Browse Source

Middlewares

pull/271/head
Ujjwal Ojha 11 years ago
parent
commit
8870806dc6
1 changed files with 7 additions and 2 deletions
  1. 7
    2
      README.md

+ 7
- 2
README.md View File

16
 	- [Templating](#templating)
16
 	- [Templating](#templating)
17
 	- [Static Site Generators](#static-site-generators)
17
 	- [Static Site Generators](#static-site-generators)
18
 	- [HTTP](#http)
18
 	- [HTTP](#http)
19
+	- [Middlewares](#middlewares)
19
 	- [URL](#url)
20
 	- [URL](#url)
20
 	- [Email](#email)
21
 	- [Email](#email)
21
 	- [Files](#files)
22
 	- [Files](#files)
127
 
128
 
128
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
129
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
129
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
130
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
130
-* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
131
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
131
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
132
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
132
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
133
-* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
134
 
133
 
135
 ## Templating
134
 ## Templating
136
 *Libraries and tools for templating and lexing.*
135
 *Libraries and tools for templating and lexing.*
160
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
159
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
161
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
160
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
162
 
161
 
162
+## Middlewares
163
+*Libraries for building application using middlewares.*
164
+* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
165
+* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
166
+* [Conduit](https://github.com/phly/conduit) - Port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP.
167
+
163
 ## URL
168
 ## URL
164
 *Libraries for parsing URLs.*
169
 *Libraries for parsing URLs.*
165
 
170
 

Loading…
Cancel
Save