xtroo / php-client
Xtroo PHP Client Library
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- php-http/client-common: ^1
- php-http/client-implementation: ^1.0
- php-http/discovery: ^1
- php-http/message: ^1.0
Requires (Dev)
- phpunit/php-code-coverage: ^5
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-03-06 11:07:00 UTC
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