xtroo/php-client
Composer 安装命令:
composer create-project xtroo/php-client
包简介
Xtroo PHP Client Library
README 文档
README
This package is an API Wrapper for the Xtroo Content Extraction system.
Full documentation is available at Xtroo.io
Requirements
This API Library is built for PHP 7
Installation
composer require xtroo/php-client
Usage
To use the library you can simply call it and go
$Xtroo = new Xtroo('my_token'); $data = $Xtroo->getArticle('.....'); print_r($data);
Testing
Just run PHPUnit in the root folder of the project.
phpunit
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-28