textmaster / textmaster-api
There is no license information available for the latest version (v1.2.0) of this package.
Textmaster API v1 client
v1.2.0
2024-02-14 09:47 UTC
Requires
- php: >=5.6.0
- ext-curl: *
- guzzlehttp/guzzle: ^6.2
- pagerfanta/pagerfanta: ^1.0
- phpspec/php-diff: ^1.0
Requires (Dev)
- doctrine/orm: ^2.3
- friendsofphp/php-cs-fixer: @stable
- gedmo/doctrine-extensions: ^2.4
- phpunit/phpunit: ~5.7
- sylius/resource: 1.0.0-beta3
- symfony/http-foundation: ^2.7|^4.0
Suggests
- pagerfanta/pagerfanta: To use the manager
- symfony/http-foundation: To use the callback handler
README
A simple Object Oriented wrapper for Textmaster API, written with PHP5.
Uses Textmaster API v1. The object API is very similar to the RESTful API.
Features
- Follows PSR-0/PSR-4 conventions and coding standard: autoload friendly
- Light and fast thanks to lazy loading of API classes
- Extensively tested and documented
Requirements
Installation
$ php composer.phar require worldia/textmaster-api
Basic usage of php-textmaster-api
client
$client = new \Textmaster\Client(); $projects = $client->projects()->all();
From $client
object, you get access to the entire Textmaster api.
Documentation
See the doc
directory for more detailed documentation. [Yet to be written]
License
php-textmaster-api
is unlicensed. You may not use it without worldia group sas' written consent.
Credits
Thanks to Textmaster for the high quality API and documentation.