Skip to content

Xtroo/php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xtroo PHP Client Library

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

About

The PHP Client Library to interact with the Xtroo API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages