Skip to content

FriendsOfAkeneo/textmaster-api

This branch is 2 commits ahead of, 5 commits behind worldia/textmaster-api:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

643f962 · Jan 27, 2018
Jan 27, 2018
Jan 27, 2018
Sep 19, 2016
Jan 27, 2018
Jan 27, 2018
Jul 25, 2017
Jan 26, 2018
Jan 26, 2018
May 10, 2016

Repository files navigation

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

  • 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

  • PHP >= 5.3.3 with cURL extension,
  • Guzzle library,
  • (optional) PHPUnit to run tests.

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.

About

Simple PHP client for the Textmaster API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%