Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

43
vendor/php-xapi/client/README.md vendored Normal file
View File

@@ -0,0 +1,43 @@
PHP xApi (Experience API) Client
================================
[![Build Status](https://travis-ci.org/php-xapi/client.svg?branch=master)](https://travis-ci.org/php-xapi/client)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-xapi/client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/client/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/php-xapi/client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/client/?branch=master)
Client side PHP implementation of the
[Experience API](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md).
Installation
------------
The recommended way to install the xAPI client is using
[Composer](http://getcomposer.org/):
1. Add ``php-xapi/client`` as a dependency to your project:
```bash
$ composer require php-xapi/client
```
1. Require Composer's autoloader:
``` php
require __DIR__.'/vendor/autoload.php';
```
Usage
-----
Read the [documentation](doc/index.md) to find out how to use the library.
Issues
------
Report issues in the [issue tracker of this package](https://github.com/php-xapi/client/issues).
License
-------
This package is under the MIT license. See the complete license in the
[LICENSE](LICENSE) file.