Libraries tagged by psr 15 middleware
ctw/ctw-middleware-phpconfig
94 Downloads
This PSR-15 middleware allows php.ini settings to be set at runtime with values from a config file.
ctw/ctw-middleware-pagecache
13 Downloads
This PSR-15 middleware provides full page caching for Mezzio applications.
ctw/ctw-middleware-httpexception
109 Downloads
This PSR-15 middleware catches exceptions implementing "Ctw\Http\HttpException\HttpException\HttpExceptionInterface" and returns a custom error page.
ctw/ctw-middleware-htmlminifier
84 Downloads
This PSR-15 middleware formats, fixes and beautifies the HTML in the Response body using a variety of adapters.
ctw/ctw-middleware-generatedby
19 Downloads
This PSR-15 middleware adds an X-Generated-By UUID v5 to the Response header.
ctw/ctw-middleware-generatedat
17 Downloads
This PSR-15 middleware adds an X-Generated-At timestamp to the Response header.
ctw/ctw-middleware-apex
105 Downloads
This PSR-15 middleware redirects with an HTTP 301 ("Moved Permanently") Location header an apex domain to www e.g. example.com to www.example.com.
anfly0/psr-15-github-auth
6 Downloads
PSR-15 middleware for authenticating incoming webhooks from github
ajgarlag/psr15-router
3809 Downloads
Component to route PSR-7 requests through PSR-15 middlewares
jerowork/middleware-request-handler
2358 Downloads
Minimalist PSR-15 middleware based request handler (dispatcher)
jerowork/aura-router-nested-middleware
2499 Downloads
PSR-15 middleware for Aura Router with nested-middleware route handling
codeinc/middleware-test-kit
40 Downloads
A test kit for PHPUnit and PSR-15 middleware
codeinc/assets-middleware
51 Downloads
A PSR-15 middleware to server static assets (CSS, JS, images, etc.)
whirlwind-framework/middleware-oauth2
903 Downloads
Whirlwind framework PSR-15 oauth2 middleware
phoole/middleware
16 Downloads
Slim and simple PSR-15 compliant middleware runner library for PHP