# README

[![Build Status](https://secure.travis-ci.org/widop/http-adapter.png)](http://travis-ci.org/widop/http-adapter)

The library allows to issue HTTP requests with PHP 5.3+. Currently, the supported adapters are:

 - [cURL](http://curl.haxx.se/)
 - [Stream](http://php.net/manual/en/book.stream.php)
 - [Buzz](https://github.com/kriswallsmith/Buzz)
 - [Guzzle](http://guzzlephp.org/)
 - [Zend](http://framework.zend.com/manual/2.0/en/modules/zend.http.client.html)

Documentation
-------------

 1. [Installation](http://github.com/widop/http-adapter/blob/master/doc/installation.md)
 2. [Usage](http://github.com/widop/http-adapter/blob/master/doc/usage.md)

## Testing

The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**. To
execute the test suite, check the travis [configuration](https://github.com/widop/http-adapter/blob/master/.travis.yml).

## Contribute

We love contributors! The library is open source, if you'd like to contribute, feel free to propose a PR!

## License

The Wid'op Http Adapter is under the MIT license. For the full copyright and license information, please read the
[LICENSE](https://github.com/widop/http-adapter/blob/master/LICENSE) file that was distributed with this
source code.
