From dd96b81236bb42fabda2caf5932f76e56dc2cbef Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Mon, 3 Aug 2015 19:25:19 +0545 Subject: [PATCH] Added zend-diactoros and updated middlewares --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b089bd..9ba9839 100644 --- a/README.md +++ b/README.md @@ -175,13 +175,15 @@ 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. +* [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation. ## Middlewares *Libraries for building application using middlewares.* * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony. * [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim. -* [Conduit](https://github.com/phly/conduit) - A port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP. +* [zend-stratigility](https://github.com/zendframework/zend-stratigility) - A port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP. +* [Relay](https://github.com/relayphp/Relay.Relay) - A PSR-7 middleware dispatcher. ## URL *Libraries for parsing URLs.*