1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 07:50:47 +00:00

Change Guzzle link to point to Github repo.

This commit is contained in:
Jamie 2014-10-29 18:21:50 -06:00
parent 561d31e624
commit 420b60f54d

View File

@ -149,7 +149,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
## HTTP
*Libraries for working with HTTP and scraping websites.*
* [Guzzle](http://guzzlephp.org/) - A comprehensive HTTP client.
* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.