From 5d899847644493b6d6d4725ebbb3d8465eb8132f Mon Sep 17 00:00:00 2001 From: Viggo Date: Sat, 22 Nov 2014 22:35:50 +0800 Subject: [PATCH] add http lib [unirest] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4334f72..3529f9f 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,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. +* [unirest](http://unirest.io/) - Lightweight HTTP Request Client Libraries. More than php... ## URL *Libraries for parsing URLs.*