This package is an API Wrapper for the Xtroo Content Extraction system.
Full documentation is available at Xtroo.io
This API Library is built for PHP 7
composer require xtroo/php-client
To use the library you can simply call it and go
$Xtroo = new Xtroo('my_token');
$data = $Xtroo->getArticle('.....');
print_r($data);
Just run PHPUnit in the root folder of the project.
phpunit