worldia / textmaster-api

Simple PHP client for the Textmaster API
1 stars 5 forks source link
php-library textmaster translation

PHP Textmaster API v1 client

Build Status Scrutinizer Code Quality Code Coverage

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

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.