Download the PHP package codeinc/psr15-middlewares without Composer
On this page you can find all versions of the php package codeinc/psr15-middlewares. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codeinc/psr15-middlewares
More information about codeinc/psr15-middlewares
Files in codeinc/psr15-middlewares
Download codeinc/psr15-middlewares
More information about codeinc/psr15-middlewares
Files in codeinc/psr15-middlewares
Vendor codeinc
Package psr15-middlewares
Short Description A collection a PSR-15 middlewares
License MIT
Homepage https://github.com/CodeIncHQ/Psr15Middlewares
Package psr15-middlewares
Short Description A collection a PSR-15 middlewares
License MIT
Homepage https://github.com/CodeIncHQ/Psr15Middlewares
Please rate this library. Is it a good library?
Informations about the package psr15-middlewares
PSR-15 middleware
:warning: This library is deprecated and should not be used.
It is replaced by the following packages offering the same fonctonnalities in a more portable way:
codeinc/http-headers-middleware
Provides the folowing middleware:
AddHttpHeadersMiddleware
Adds HTTP headers to the responseCacheMiddleware
Adds cache headers to the responseNoCacheMiddleware
Adds cache prevention headers to the responsePoweredByMiddleware
Adds aX-Powered-By
HTTP headers to the responseHttpVersionCheckMiddleware
Insure that the HTTP version of the response is the same of the version used for the request.
codeinc/robots-txt-middleware
Provides the folowing middleware:
RobotsTxtMiddleware
Sends a response to/robots.txt
requests using arcanedev/robots to generate the response in therobots.txt
format
codeinc/sitemap-middlware
Provides the folowing middleware:
SiteMapMiddleware
Send a response to/sitemap.xml
requests using tackk/cartographer to generate the response in thesitemap.xml
format
codeinc/compatibility-middleware
Provides the folowing middleware:
PhpGpcVarsMiddleware
Extract PSR-7 request data to PHP GPC variables$_GET
,$_POST
,$_COOKIE
and$_SERVER
PhpSessionMiddleware
Read sesion cookie from PSR-7 requests and add session cookie to PSR-7 responses
codeinc/security-middleware
Provides the folowing middleware:
ContentSecurityPolicyMiddleware
Adds aContent-Security-Policy
HTTP headers to the responseContentTypeOptionsMiddleware
Adds aX-Content-Type-Options
HTTP headers to the responseExpectCtMiddleware
Adds aExpect-CT
HTTP headers to the responseFrameOptionsMiddleware
Adds aX-Frame-Options
HTTP headers to the responseReferrerPolicyMiddleware
Adds aReferrer-Policy
HTTP headers to the responseStrictTransportSecurityMiddleware
Adds aStrict-Transport-Security
HTTP headers to the responseXssProtectionMiddleware
Adds aX-Xss-Protection
HTTP headers to the responseBlockUnsecureRequestsMiddleware
Blocks unsecure (other thanHTTPS
) requests responses
Abandoned middleware
The following middleware are abandoned:
CallableMiddleware
Uses a callable as a middlewareExceptionCaptureMiddleware
Captures exceptions thrown during the handling of the request
License
The library is published under the MIT license (see LICENSE
file).
All versions of psr15-middlewares with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
psr/http-message Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
micheh/psr7-cache Version ^0.5.0
guzzlehttp/psr7 Version ^1.4
hansott/psr7-cookies Version ^1.0
codeinc/psr7-responses Version ^1.2
arcanedev/robots Version ^2.0
tackk/cartographer Version ^1.1
psr/http-message Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
micheh/psr7-cache Version ^0.5.0
guzzlehttp/psr7 Version ^1.4
hansott/psr7-cookies Version ^1.0
codeinc/psr7-responses Version ^1.2
arcanedev/robots Version ^2.0
tackk/cartographer Version ^1.1
The package codeinc/psr15-middlewares contains the following files
Loading the files please wait ....