From f15fc159aa00df9d82ae82a9a6845473029d7694 Mon Sep 17 00:00:00 2001 From: Askar Date: Tue, 4 Mar 2014 16:01:07 +0400 Subject: [PATCH] dHttp Light and simple HTTP client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85ba849..2929c8e 100644 --- a/README.md +++ b/README.md @@ -127,7 +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. -* [Guzzle](http://guzzlephp.org/) - Light and simple HTTP client. +* [dHttp](https://github.com/ARACOOOL/dHttp) - Light and simple HTTP client. ## URL *Libraries for parsing URLs.*