src
6 months ago
CHANGELOG.md
7 years ago
LICENSE
7 years ago
README.md
7 years ago
composer.json
7 years ago
puli.json
7 years ago
README.md
58 lines
| 1 | # HTTPlug |
| 2 | |
| 3 | [](https://github.com/php-http/httplug/releases](https://github.com/php-http/httplug/releases](https://github.com/php-http/httplug/releases) |
| 4 | [](LICENSE](LICENSE](LICENSE) |
| 5 | [](https://travis-ci.org/php-http/httplug](https://travis-ci.org/php-http/httplug](https://travis-ci.org/php-http/httplug) |
| 6 | [](https://scrutinizer-ci.com/g/php-http/httplug](https://scrutinizer-ci.com/g/php-http/httplug](https://scrutinizer-ci.com/g/php-http/httplug) |
| 7 | [](https://scrutinizer-ci.com/g/php-http/httplug](https://scrutinizer-ci.com/g/php-http/httplug](https://scrutinizer-ci.com/g/php-http/httplug) |
| 8 | [](https://packagist.org/packages/php-http/httplug](https://packagist.org/packages/php-http/httplug](https://packagist.org/packages/php-http/httplug) |
| 9 | |
| 10 | [](http://slack.httplug.io](http://slack.httplug.io](http://slack.httplug.io) |
| 11 | [](mailto:team@httplug.io](mailto:team@httplug.io](mailto:team@httplug.io) |
| 12 | |
| 13 | **HTTPlug, the HTTP client abstraction for PHP.** |
| 14 | |
| 15 | |
| 16 | ## Install |
| 17 | |
| 18 | Via Composer |
| 19 | |
| 20 | ``` bash |
| 21 | $ composer require php-http/httplug |
| 22 | ``` |
| 23 | |
| 24 | |
| 25 | ## Intro |
| 26 | |
| 27 | This is the contract package for HTTP Client. |
| 28 | Use it to create HTTP Clients which are interoperable and compatible with [](http://www.php-fig.org/psr/psr-7/PSR-7](http://www.php-fig.org/psr/psr-7/](http://www.php-fig.org/psr/psr-7/). |
| 29 | |
| 30 | This library is the official successor of the [](https://github.com/egeloen/ivory-http-adapterivory http adapter](https://github.com/egeloen/ivory-http-adapter](https://github.com/egeloen/ivory-http-adapter). |
| 31 | |
| 32 | |
| 33 | ## Documentation |
| 34 | |
| 35 | Please see the [](http://docs.php-http.orgofficial documentation](http://docs.php-http.org](http://docs.php-http.org). |
| 36 | |
| 37 | |
| 38 | ## Testing |
| 39 | |
| 40 | ``` bash |
| 41 | $ composer test |
| 42 | ``` |
| 43 | |
| 44 | |
| 45 | ## Contributing |
| 46 | |
| 47 | Please see our [](http://docs.php-http.org/en/latest/development/contributing.htmlcontributing guide](http://docs.php-http.org/en/latest/development/contributing.html](http://docs.php-http.org/en/latest/development/contributing.html). |
| 48 | |
| 49 | |
| 50 | ## Security |
| 51 | |
| 52 | If you discover any security related issues, please contact us at [](mailto:security@php-http.orgsecurity@php-http.org](mailto:security@php-http.org](mailto:security@php-http.org). |
| 53 | |
| 54 | |
| 55 | ## License |
| 56 | |
| 57 | The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information. |
| 58 |