From 4c81c2ffc98095229f3fc73672c75efd54c2830c Mon Sep 17 00:00:00 2001 From: Askar Date: Mon, 9 Dec 2013 12:08:00 +0400 Subject: [PATCH] Added (dHttp) http client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9453688..a40d664 100644 --- a/README.md +++ b/README.md @@ -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. +* [dHttp](https://github.com/ARACOOOL/dHttp) - A lightweight php http client based on CUrl. ## URL *Libraries for parsing URLs.*