worldia/textmaster-api
最新稳定版本:v1.1.0
Composer 安装命令:
composer require worldia/textmaster-api
包简介
Textmaster API v1 client
README 文档
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.
统计信息
- 总下载量: 23.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-05-04