Libraries tagged by psr7-middlewares
lucid/infuse
0 Favers
18 Downloads
18 Downloads
psr7 middlware
pawel-jakowczyk/routing
0 Favers
16 Downloads
16 Downloads
RoutingMiddleware which implements the Psr MiddlewareInterface
charm/router
0 Favers
19 Downloads
19 Downloads
A very fast, tiny single file router implementation. Compatible with PSR Middlware. Takes you from /users/{id:\d+} to `User::profile($id)`. Also in reverse: `$router->url([User::class, 'profile'], 123)` gives you the URL.