Added a new middleware framework

This commit is contained in:
Vadim Leontiev 2016-05-30 09:39:15 +03:00
parent d96053a75a
commit bb6a3f82a5
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Slim Middleware](https://github.com/slimphp/Slim-Middleware) - A collection of custom middleware for Slim.
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
* [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7
* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend
## URL
*Libraries for parsing URLs.*