From ed6d9d7624e2b43b71023a76fe19dcb219661143 Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Tue, 25 Nov 2014 08:08:08 +0545 Subject: [PATCH] Added phly/http --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4334f72..47c9c56 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client. * [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. +* [phly/http](https://github.com/phly/http) - PSR HTTP Message implementations and node-like http.Server implementation. ## URL *Libraries for parsing URLs.*