porot/api-client
Composer 安装命令:
composer require porot/api-client
包简介
Client software for the Porot API.
关键字:
README 文档
README
Requirements
To use this library you need to have access to the Porot API.
Installation
The Porot API client library is best used with composer.
Add the library to your project's composer.json
{
"require": {
"porot/api-client": "~1.0",
},
}
Then run php composer.phar install or php composer.phar update.
Alternatively, download or clone it from github.
Usage
Career advice API client
$porot = Porot::factory(array('token' => 'YOUR_POROT_API_TOKEN')); $client = $porot->get('career_advice');
See Porot\Api\Resources\career-advice.json for the detail of available methods.
Dependencies
The Porot API Client is based on the Guzzle HTTP Client library.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-05