1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

Middleware cleanup.

This commit is contained in:
Jamie 2015-02-06 19:50:00 -07:00
parent 18564bf145
commit 49dcc9c1d5

View File

@ -175,9 +175,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## 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) - 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 ## URL
*Libraries for parsing URLs.* *Libraries for parsing URLs.*