Files
Chamilo/vendor/php-xapi/client/README.md
2025-08-14 22:41:49 +02:00

44 lines
1.2 KiB
Markdown

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.