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