php-xapi / client
Experience API (xAPI) 的客户端库
v0.6.0
2019-03-16 10:44 UTC
Requires
- php: ^5.6 || ^7.0
- php-http/client-common: ^1.0 || ^2.0
- php-http/client-implementation: ^1.0
- php-http/httplug: ^1.0 || ^2.0
- php-http/message: ^1.0
- php-http/message-factory: ^1.0
- php-xapi/exception: ^0.1 || ^0.2
- php-xapi/model: ^1.0 || ^2.0 || ^3.0
- php-xapi/serializer: ^2.0
- php-xapi/serializer-implementation: ^2.0
- php-xapi/symfony-serializer: ^2.0
- psr/http-message: ^1.0
Requires (Dev)
- php-http/mock-client: ^1.2
- php-xapi/test-fixtures: ^1.0
- phpspec/phpspec: ^2.3
Suggests
- php-http/discovery: For automatic discovery of HTTP clients and request factories
- xabbuh/oauth1-authentication: For OAuth1 authentication support
Conflicts
README
这是 Experience API 的客户端端PHP实现。
安装
推荐使用 Composer 安装 xAPI 客户端。
-
将
php-xapi/client
添加为项目依赖$ composer require php-xapi/client
-
需要 Composer 的自动加载器
require __DIR__.'/vendor/autoload.php';
使用
阅读 文档 了解如何使用此库。
问题
在 问题跟踪器 中报告问题。
许可证
此包受 MIT 许可证的保护。完整的许可证内容请参阅 LICENSE 文件。