ceikermann/apitalk
Composer 安装命令:
composer require ceikermann/apitalk
包简介
A very simple PHP 5.3 library to send HTTP request to an API
关键字:
README 文档
README
Description
apiTalk is a very simple PHP 5.3 library to send HTTP request to an API based on the Symfony BrowserKit component.
Example
<?php $client = new apiTalk\Client(); $response = $client->get('http://www.google.com');
Contributing
If you want to change or to improve something, feel free to fork it and send me pull requests
统计信息
- 总下载量: 994
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-04-02