瀏覽代碼

Merge pull request #271 from ojhaujjwal/master

Middlewares
pull/334/head
Jamie York 11 年之前
父節點
當前提交
18564bf145
共有 1 個檔案被更改,包括 7 行新增2 行删除
  1. 7
    2
      README.md

+ 7
- 2
README.md 查看文件

17
 	- [Templating](#templating)
17
 	- [Templating](#templating)
18
 	- [Static Site Generators](#static-site-generators)
18
 	- [Static Site Generators](#static-site-generators)
19
 	- [HTTP](#http)
19
 	- [HTTP](#http)
20
+	- [Middlewares](#middlewares)
20
 	- [URL](#url)
21
 	- [URL](#url)
21
 	- [Email](#email)
22
 	- [Email](#email)
22
 	- [Files](#files)
23
 	- [Files](#files)
134
 
135
 
135
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
136
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
136
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
137
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
137
-* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
138
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
138
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
139
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
139
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
140
-* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
141
 
140
 
142
 ## Routers
141
 ## Routers
143
 **Libraries for handling application routing.**
142
 **Libraries for handling application routing.**
174
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
173
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
175
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
174
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
176
 
175
 
176
+## Middlewares
177
+*Libraries for building application using middlewares.*
178
+* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
179
+* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
180
+* [Conduit](https://github.com/phly/conduit) - Port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP.
181
+
177
 ## URL
182
 ## URL
178
 *Libraries for parsing URLs.*
183
 *Libraries for parsing URLs.*
179
 
184
 

Loading…
取消
儲存