Merge pull request #419 from natebrunette/master

[http] tebru/retrofit-php
This commit is contained in:
Jad Bitar 2016-04-03 22:05:41 -04:00
commit 0ac224f275
1 changed files with 1 additions and 0 deletions

View File

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