dryspell/router

There is no license information available for the latest version (dev-master) of this package.

Router middleware to add controllers as middlewares to the stack.

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dryspell/router

dev-master 2019-10-12 10:15 UTC

This package is auto-updated.

Last update: 2025-10-12 23:47:23 UTC


README

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.