Browse Source

Merge pull request #697 from filisko/patch-1

Remove Slim Middleware, 3 years old
pull/699/head
Jad Bitar 9 years ago
parent
commit
e59197f65b
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      README.md

+ 4
- 5
README.md View File

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

Loading…
Cancel
Save