Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
1.2 KiB
1.2 KiB
PHP xApi (Experience API) Client
Client side PHP implementation of the Experience API.
Installation
The recommended way to install the xAPI client is using Composer:
-
Add
php-xapi/clientas a dependency to your project:$ composer require php-xapi/client -
Require Composer's autoloader:
require __DIR__.'/vendor/autoload.php';
Usage
Read the documentation to find out how to use the library.
Issues
Report issues in the issue tracker of this package.
License
This package is under the MIT license. See the complete license in the LICENSE file.

