Libraries tagged by psr-middleware
chadicus/psr-middleware
413385 Downloads
Foundational interface for PSR-7 middleware
maksimovic/psr-middleware
2297 Downloads
Foundational interface for PSR-7 middleware
glance-project/cors-middleware
4861 Downloads
A simple PSR middleware to handle CORS
profesia/psr-middlewares
1475 Downloads
Collection of PSR middlewares
maplephp/emitron
112 Downloads
MaplePHP Emitron is lightweight PSR-15 kernel and middleware engine that follows PSR conventions with built-in emitter, kernel, and middlewares for clean, consistent request handling.
chadicus/psr-middleware-ratelimit
8 Downloads
PSR Middleware for limiting api client requests
chadicus/psr-middleware-hmac
6 Downloads
PSR-7 middleware for API authentication
phauthentic/psr-http-middleware-stack
7 Downloads
A slim and simple PSR middleware stack
bemit/auth-middleware
428 Downloads
Custom PSR Middleware for multi project auth & auth with Auth0.
ds/middleware
204 Downloads
PSR Middleware Runner
pawel-jakowczyk/routing
18 Downloads
RoutingMiddleware which implements the Psr MiddlewareInterface
charm/router
22 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.