Libraries tagged by psr 15 middleware
davidecesarano/embryo-middleware
176 Downloads
A PSR-15 middleware dispatcher.
ctw/ctw-middleware-trailingslash
147 Downloads
This PSR-15 middleware adds a trailing slash to all URIs, redirecting with an HTTP 301 ("Moved Permanently") Location header.
ctw/ctw-middleware-tidy
92 Downloads
This PSR-15 middleware formats, fixes and beautifies the HTML in the Response body using HTML Tidy.
ctw/ctw-middleware-responsetime
107 Downloads
This PSR-15 middleware adds an X-Response-Time in milliseconds to the Response header.
ctw/ctw-middleware-phpconfig
107 Downloads
This PSR-15 middleware allows php.ini settings to be set at runtime with values from a config file.
ctw/ctw-middleware-pagecache
16 Downloads
This PSR-15 middleware provides full page caching for Mezzio applications.
ctw/ctw-middleware-httpexception
124 Downloads
This PSR-15 middleware catches exceptions implementing "Ctw\Http\HttpException\HttpException\HttpExceptionInterface" and returns a custom error page.
ctw/ctw-middleware-htmlminifier
95 Downloads
This PSR-15 middleware formats, fixes and beautifies the HTML in the Response body using a variety of adapters.
ctw/ctw-middleware-generatedby
21 Downloads
This PSR-15 middleware adds an X-Generated-By UUID v5 to the Response header.
ctw/ctw-middleware-generatedat
19 Downloads
This PSR-15 middleware adds an X-Generated-At timestamp to the Response header.
ctw/ctw-middleware-apex
116 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.
colossal/colossal-middleware-queue
12 Downloads
A PSR-15 middleware allowing multiple other PSR-15 middleware to be treated as a single entity.
chillerlan/psr-15-handlers
4 Downloads
A set of PSR-15 middleware dispatchers and handlers.
charm/exception-middleware
10 Downloads
Provides a PSR-15 Middleware which traps exceptions and renders a nice error page.
bauhaus/middleware-chain
17 Downloads
PSR-15 middleware chain