From 191cb0e985fa785a456d4e0eb4ec160a14b931f9 Mon Sep 17 00:00:00 2001 From: Matt Way Date: Tue, 10 Dec 2013 11:12:23 -0500 Subject: [PATCH] Added Unirest to HTTP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9453688..120d0cc 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library. * [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. +* [Unirest](https://github.com/mashape/unirest-php) - A straightforward RESTful HTTP library. ## URL *Libraries for parsing URLs.*