Browse Source

Add HTTPlug to HTTP libraries

pull/883/head
Jérémy DECOOL 8 years ago
parent
commit
7a613bfed9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

201
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
201
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
202
 * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
202
 * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
203
 * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
203
 * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
204
+* [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation
204
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
205
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
205
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
206
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
206
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
207
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.

Loading…
Cancel
Save