This commit is contained in:
Xes
2025-08-14 22:41:49 +02:00
parent 2de81ccc46
commit 8ce45119b6
39774 changed files with 4309466 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.