oscarotero / psr7-middlewares

[DEPRECATED] Collection of PSR-7 middlewares
MIT License
668 stars 56 forks source link

Create Phroute.php #75

Closed webdevlabs closed 7 years ago

webdevlabs commented 7 years ago

Middleware for Phroute dispatcher

oscarotero commented 7 years ago

Sorry but I don't consider to add more middlewares to this package because it will be deprecated as soon as PSR-15 is accepted (that I think it will be sooner than later). In fact, the current middlewares have already been ported to psr-15 (https://github.com/middlewares/psr15-middlewares), so only bug fixes or minor improvements to the currently existing middlewares will be accepted here. Thank you anyway for your effort. Feel free to create the psr-15 version of phroute middleware if you want.