stevenmaguire/encoding-php
最新稳定版本:1.0.0
Composer 安装命令:
composer require stevenmaguire/encoding-php
包简介
A php client for consuming the Encoding.com API
README 文档
README
A PHP client for authenticating with Encoding.com and consuming the API.
Install
Via Composer
$ composer require stevenmaguire/encoding-php
or update your composer.json file to include:
"require": { "stevenmaguire/encoding-php": "~1.0" }
Run composer update
Usage
Create client
$this->client = new Stevenmaguire\EncodingDotCom\Client([ 'app_id' => 'YOUR_ENCODING_DOT_COM_APP_ID', 'user_key' => 'YOUR_ENCODING_DOT_COM_API_USER_KEY', 'api_host' => 'manage.encoding.com' ]);
Testing
$ phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-30