浏览代码

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,6 +17,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
17 17
 	- [Templating](#templating)
18 18
 	- [Static Site Generators](#static-site-generators)
19 19
 	- [HTTP](#http)
20
+	- [Middlewares](#middlewares)
20 21
 	- [URL](#url)
21 22
 	- [Email](#email)
22 23
 	- [Files](#files)
@@ -134,10 +135,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
134 135
 
135 136
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
136 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 138
 * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
139 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 141
 ## Routers
143 142
 **Libraries for handling application routing.**
@@ -174,6 +173,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
174 173
 * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
175 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 182
 ## URL
178 183
 *Libraries for parsing URLs.*
179 184
 

正在加载...
取消
保存