From bb6a3f82a5bb0cf742aeab94ef18a99447e54a93 Mon Sep 17 00:00:00 2001 From: Vadim Leontiev Date: Mon, 30 May 2016 09:39:15 +0300 Subject: [PATCH] Added a new middleware framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 676cafd..028607e 100644 --- a/README.md +++ b/README.md @@ -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.*