Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | 5 년 전 | |
---|---|---|
.. | ||
src | 5 년 전 | |
tests | 5 년 전 | |
.gitignore | 5 년 전 | |
.travis.yml | 5 년 전 | |
LICENSE | 5 년 전 | |
README.md | 5 년 전 | |
composer.json | 5 년 전 | |
phpunit.xml.dist | 5 년 전 |
This PHP 5.3+ library provides you simple HTTP adapters.
This library can be found on Packagist. The recommended way to install this is through composer.
Run these commands to install composer, the library and its dependencies:
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require toin0u/http-adapter:@stable
Currently, these following adapters are available:
CurlHttpAdapter
to use cURL.BuzzHttpAdapter
to use Buzz, a lightweight PHP 5.3 library for
issuing HTTP requests.GuzzleHttpAdapter
to use Guzzle, PHP 5.3+ HTTP client and framework
for building RESTful web service clients.ZendHttpAdapter
to use Zend Http Client.SocketHttpAdapter
to use a socket.Please open an issues in github
HttpAdapter is released under the MIT License. See the bundled LICENSE file for details.