Adding Retrofit Library

This commit is contained in:
natebrunette 2015-06-18 15:24:28 -05:00
parent 9776625262
commit 40757ad724
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,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/fabpot/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.*