From fe827f87f5a75e333bcf36b7a60c478d23fd6ca4 Mon Sep 17 00:00:00 2001 From: newage Date: Tue, 31 May 2016 22:15:49 +0300 Subject: [PATCH] Fixed position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 028607e..20414fb 100644 --- a/README.md +++ b/README.md @@ -200,12 +200,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ## Middlewares *Libraries for building application using middlewares.* +* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares. * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher * [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.*