From 49dcc9c1d5fc926437d95c6264d17d3e79fe32bc Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 6 Feb 2015 19:50:00 -0700 Subject: [PATCH] Middleware cleanup. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea9997..53bb29d 100644 --- a/README.md +++ b/README.md @@ -175,9 +175,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ## 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) - Port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP. +* [Conduit](https://github.com/phly/conduit) - A port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP. ## URL *Libraries for parsing URLs.*