xtroo/php-client

Xtroo PHP Client Library

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

v1.1 2018-10-11 20:41 UTC

This package is auto-updated.

Last update: 2024-04-06 09:15:13 UTC


README

This package is an API Wrapper for the Xtroo Content Extraction system.

Full documentation is available at Xtroo.io

Build Status

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