Browse Source

Remove Slim Middleware, 3 years old

pull/697/head
Filis 9 years ago
parent
commit
51f08a029b
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      README.md

+ 4
- 5
README.md View File

137
 
137
 
138
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
138
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
139
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
139
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
140
-* [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework
140
+* [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
141
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
141
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
142
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
142
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
143
 
143
 
200
 ## Middlewares
200
 ## Middlewares
201
 *Libraries for building application using middlewares.*
201
 *Libraries for building application using middlewares.*
202
 
202
 
203
-* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend
203
+* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend.
204
 * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
204
 * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
205
-* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher
206
-* [Slim Middleware](https://github.com/slimphp/Slim-Middleware) - A collection of custom middleware for Slim.
205
+* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
207
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
206
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
208
-* [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7
207
+* [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7.
209
 
208
 
210
 ## URL
209
 ## URL
211
 *Libraries for parsing URLs.*
210
 *Libraries for parsing URLs.*

Loading…
Cancel
Save