Client side PHP implementation of the Experience API.
The recommended way to install the xAPI client is using Composer:
-
Add
php-xapi/client
as a dependency to your project:$ composer require php-xapi/client
-
Require Composer's autoloader:
require __DIR__.'/vendor/autoload.php';
Read the documentation to find out how to use the library.
Report issues in the issue tracker of this package.
This package is under the MIT license. See the complete license in the LICENSE file.