|
|
@@ -207,6 +207,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
207
|
207
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
|
208
|
208
|
* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
|
|
209
|
209
|
* [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
|
|
|
210
|
+* [Nyholm-psr7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast.
|
|
210
|
211
|
* [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
|
211
|
212
|
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
|
|
212
|
213
|
* [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
|