php-xapi/client

client library for the Experience API (xAPI)

Maintainers

👁 xabbuh

Package info

github.com/php-xapi/client

pkg:composer/php-xapi/client

Statistics

Installs: 45 477

Dependents: 1

Suggesters: 0

Stars: 23

Open Issues: 5

v0.6.0 2019-03-16 10:44 UTC

Suggests

Provides

None

Conflicts

Replaces

None

MIT 4e5ebba48d90a8731dae53f44d5fd92d6a79a3bf

clientxAPIExperience APITin Can API

This package is auto-updated.

Last update: 2026-06-27 05:30:29 UTC


README

👁 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.