|
|
@@ -190,6 +190,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
190
|
190
|
* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
|
|
191
|
191
|
* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
|
|
192
|
192
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
|
|
193
|
+* [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
|
|
193
|
194
|
|
|
194
|
195
|
## Middlewares
|
|
195
|
196
|
*Libraries for building application using middlewares.*
|