Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/php-xapi/client
..
.github/workflows
doc
spec
src
tests/Api
.gitignore
CHANGELOG.md
LICENSE
README.md
UPGRADE.md
composer.json
phpspec.yml.dist
phpunit.xml.dist

README.md

PHP xApi (Experience API) Client

Build Status Scrutinizer Code Quality Code Coverage

Client side PHP implementation of the Experience API.

Installation

The recommended way to install the xAPI client is using Composer:

  1. Add php-xapi/client as a dependency to your project:

    $ composer require php-xapi/client
    
  2. 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.