eddiezane/tinyhttp
最新稳定版本:0.2.0
Composer 安装命令:
composer require eddiezane/tinyhttp
包简介
A tiny HTTP library
README 文档
README
TinyHttp is a very small HTTP wrapper written by Neuman Vong and the fine folks over at Twilio. For more information of its purpose, see this issue.
Install
Via Composer
$ composer require eddiezane/tinyhttp
Usage
$client = new \TinyHttp('http://api.giphy.com'); echo $client->get('/v1/gifs/random', null, array('api_key' => 'dc6zaTOxFJmzC'))->body;
Testing
$ ./vendor/bin/phpunit
Todo
- Improve README usage
- Write tests
Contributing
Please see CONTRIBUTING for details.
Credits
License
The ISC License (BSD). Please see License File for more information.
统计信息
- 总下载量: 97
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2015-03-10