bjoern-tantau / dryspell-router

Router middleware to add controllers as middlewares to the stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dryspell-router

Router middleware to add controllers as middlewares to the stack.

Maps all incoming requests to controllers in a given namespace. Namespace should be supplied to constructor of Dryspell\Middlewares\Router.

Controllers must implement Psr\Http\Server\MiddlewareInterface.

About

Router middleware to add controllers as middlewares to the stack.


Languages

Language:PHP 100.0%