1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-06 00:10:48 +00:00

Middlewares

This commit is contained in:
Ujjwal Ojha 2014-11-25 08:03:53 +05:45
parent 96f24e8c2a
commit 8870806dc6

View File

@ -16,6 +16,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
- [Templating](#templating) - [Templating](#templating)
- [Static Site Generators](#static-site-generators) - [Static Site Generators](#static-site-generators)
- [HTTP](#http) - [HTTP](#http)
- [Middlewares](#middlewares)
- [URL](#url) - [URL](#url)
- [Email](#email) - [Email](#email)
- [Files](#files) - [Files](#files)
@ -127,10 +128,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex. * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex. * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
* [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim. * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim. * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
## Templating ## Templating
*Libraries and tools for templating and lexing.* *Libraries and tools for templating and lexing.*
@ -160,6 +159,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper. * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests. * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
## 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.
## URL ## URL
*Libraries for parsing URLs.* *Libraries for parsing URLs.*