middlewares/utils dependents (41) Order by: downloads | none Show: all | require | require-dev
-
-
-
-
-
-
PHP
ctw/ctw-middleware
This packages provides common functionality for the other PSR-15 ctw/ctw-middleware-* packages.
-
PHP
semhoun/proxy-detection-middleware
PSR-7 Middleware that determines the scheme, host and port from the 'X-Forwarded-Proto', 'X-Forwarded-Host' and 'X-Forwarded-Port' headers and updates the Request's Uri object.
Abandoned! See https://github.com/akrabat/proxy-detection-middleware
-
PHP
neoflow/session
Session service for Slim 4 and similar PSR-15 compliant frameworks and apps.
Abandoned! See odan/session
-
-
-
-
-
PHP
ctw/ctw-middleware-responsetime
This PSR-15 middleware adds an X-Response-Time in milliseconds to the Response header.
-
PHP
ctw/ctw-middleware-phpconfig
This PSR-15 middleware allows php.ini settings to be set at runtime with values from a config file.
-
PHP
ctw/ctw-middleware-httpexception
This PSR-15 middleware catches exceptions implementing "Ctw\Http\HttpException\HttpException\HttpExceptionInterface" and returns a custom error page.