浏览代码

Added a few middleware packages

pull/568/merge
Jose Diaz-Gonzalez 9 年前
父节点
当前提交
e16a2bc4b2
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      README.md

+ 3
- 2
README.md 查看文件

12
     - [Frameworks](#frameworks)
12
     - [Frameworks](#frameworks)
13
     - [Framework Extras](#framework-extras)
13
     - [Framework Extras](#framework-extras)
14
     - [Components](#components)
14
     - [Components](#components)
15
-    - [Configuration](#configuration)
16
     - [Micro Frameworks](#micro-frameworks)
15
     - [Micro Frameworks](#micro-frameworks)
17
     - [Micro Framework Extras](#micro-framework-extras)
16
     - [Micro Framework Extras](#micro-framework-extras)
18
     - [Routers](#routers)
17
     - [Routers](#routers)
197
 ## Middlewares
196
 ## Middlewares
198
 *Libraries for building application using middlewares.*
197
 *Libraries for building application using middlewares.*
199
 
198
 
200
-* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
199
+* [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
200
+* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher
201
 * [Slim Middleware](https://github.com/slimphp/Slim-Middleware) - A collection of custom middleware for Slim.
201
 * [Slim Middleware](https://github.com/slimphp/Slim-Middleware) - A collection of custom middleware for Slim.
202
+* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
202
 * [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7
203
 * [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7
203
 
204
 
204
 ## URL
205
 ## URL

正在加载...
取消
保存