1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-11 01:54:00 +02: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.