add http lib [unirest]

This commit is contained in:
Viggo 2014-11-22 22:35:50 +08:00
parent 96f24e8c2a
commit 5d89984764

View File

@ -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. * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper. * [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. * [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 ## URL
*Libraries for parsing URLs.* *Libraries for parsing URLs.*