From 40757ad724b04cde73672a1c4702d7d6940979b3 Mon Sep 17 00:00:00 2001 From: natebrunette Date: Thu, 18 Jun 2015 15:24:28 -0500 Subject: [PATCH] Adding Retrofit Library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4443933..f8bb2fd 100644 --- a/README.md +++ b/README.md @@ -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.*