|
1 | | -# HTTP Client |
| 1 | +# HTTPlug |
2 | 2 |
|
3 | | -[](https://github.com/php-http/client/releases) |
| 3 | +[](https://github.com/php-http/httplug/releases) |
4 | 4 | [](LICENSE) |
5 | | -[](https://travis-ci.org/php-http/client) |
6 | | -[](https://scrutinizer-ci.com/g/php-http/client) |
7 | | -[](https://scrutinizer-ci.com/g/php-http/client) |
8 | | -[](https://packagist.org/packages/php-http/client) |
| 5 | +[](https://travis-ci.org/php-http/httplug) |
| 6 | +[](https://scrutinizer-ci.com/g/php-http/httplug) |
| 7 | +[](https://scrutinizer-ci.com/g/php-http/httplug) |
| 8 | +[](https://packagist.org/packages/php-http/httplug) |
9 | 9 |
|
10 | | -[](https://gitter.im/php-http/adapter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 10 | +[](https://gitter.im/php-http/httplug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
11 | 11 |
|
12 | | -**HTTP Client interfaces.** |
| 12 | +**HTTPlug, the HTTP client abstraction for PHP.** |
13 | 13 |
|
14 | 14 |
|
15 | 15 | ## Install |
16 | 16 |
|
17 | 17 | Via Composer |
18 | 18 |
|
19 | 19 | ``` bash |
20 | | -$ composer require php-http/client |
| 20 | +$ composer require php-http/httplug |
21 | 21 | ``` |
22 | 22 |
|
23 | 23 |
|
24 | | -## Usage |
| 24 | +## Intro |
25 | 25 |
|
26 | | -This is the contract package for HTTP Client interfacess. PSR-7 does not contain Client interfaces which is fine. However there is still need for HTTP Client interoperability. |
27 | | - |
28 | | -These interfaces are mostly used to create adapter packages around existing HTTP Client implementations. |
29 | | - |
30 | | -There is also a virtual package which is versioned together with this contract package: [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation). |
| 26 | +This is the contract package for HTTP Client. Use it to create HTTP Clients which are interoperable and compatible with [PSR-7](http://www.php-fig.org/psr/psr-7/). |
31 | 27 |
|
32 | 28 |
|
33 | 29 | ## Documentation |
|
0 commit comments