Sfoglia il codice sorgente

Remove Slim Middleware, 3 years old

pull/697/head
Filis 9 anni fa
parent
commit
51f08a029b
1 ha cambiato i file con 4 aggiunte e 5 eliminazioni
  1. 4
    5
      README.md

+ 4
- 5
README.md Vedi File

@@ -137,7 +137,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
137 137
 
138 138
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
139 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 141
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
142 142
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
143 143
 
@@ -200,12 +200,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
200 200
 ## Middlewares
201 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 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 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 209
 ## URL
211 210
 *Libraries for parsing URLs.*

Loading…
Annulla
Salva