Libraries tagged by psr 15
depa/middleware-logger
35 Downloads
The middleware logger is a PSR-15 middleware that provides logger functionality to a Zend Expressive application
depa/middleware-formularhandler
31 Downloads
The middleware formularhandler is a PSR-15 middleware that provides handling from formular data in a Zend Expressive application
dariorieke/kernel
9 Downloads
A PSR-15 application kernel to handle PSR-7 requests by returning PSR-7 responses
ctw/ctw-middleware-trailingslash
144 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
104 Downloads
This PSR-15 middleware adds an X-Response-Time in milliseconds to the Response header.
ctw/ctw-middleware-phpconfig
104 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
121 Downloads
This PSR-15 middleware catches exceptions implementing "Ctw\Http\HttpException\HttpException\HttpExceptionInterface" and returns a custom error page.
ctw/ctw-middleware-htmlminifier
92 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
115 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.
ctw/ctw-middleware
794 Downloads
This packages provides common functionality for the other PSR-15 ctw/ctw-middleware-* packages.
cornfield-io/middlewares
722 Downloads
PSR-15: HTTP Server Request Handlers implementation.