Added Unirest to HTTP

This commit is contained in:
Matt Way 2013-12-10 11:12:23 -05:00
parent e4fc6fed1f
commit 191cb0e985
1 changed files with 1 additions and 0 deletions

View File

@ -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.*