Added zend-diactoros and updated middlewares

This commit is contained in:
Ujjwal Ojha 2015-08-03 19:25:19 +05:45
parent 10ef3df9fa
commit dd96b81236

View File

@ -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. * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper. * [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. * [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 ## Middlewares
*Libraries for building application using middlewares.* *Libraries for building application using middlewares.*
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony. * [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. * [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 ## URL
*Libraries for parsing URLs.* *Libraries for parsing URLs.*