Download the PHP package yiisoft/http-middleware without Composer
On this page you can find all versions of the php package yiisoft/http-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yiisoft/http-middleware
More information about yiisoft/http-middleware
Files in yiisoft/http-middleware
Download yiisoft/http-middleware
More information about yiisoft/http-middleware
Files in yiisoft/http-middleware
Vendor yiisoft
Package http-middleware
Short Description A collection of PSR-15 middlewares focused on HTTP features
License BSD-3-Clause
Homepage https://www.yiiframework.com/
Package http-middleware
Short Description A collection of PSR-15 middlewares focused on HTTP features
License BSD-3-Clause
Homepage https://www.yiiframework.com/
Please rate this library. Is it a good library?
Informations about the package http-middleware
Yii HTTP Middleware
The package provides a collection of PSR-15 middleware focused on HTTP features:
ContentLengthMiddleware
— manages theContent-Length
header in the response;CorsAllowAllMiddleware
— adds CORS headers allowing any request origins in later requests;ForceSecureConnectionMiddleware
— redirects insecure requests from HTTP to HTTPS and adds headers necessary to enhance the security policy;HeadRequestMiddleware
— removes body from response forHEAD
request;HttpCacheMiddleware
— implements HTTP caching usingCache-Control
,ETag
, andLast-Modified
headers;RemoveBodyMiddleware
— removes body from response by status code;TagRequestMiddleware
— adds specific header to request, which can be used for logging or debugging purposes.
For proxy related middleware, there is a separate package Yii Proxy Middleware.
Requirements
- PHP 8.1 or higher.
Installation
The package could be installed with Composer:
Documentation
- Guide
- Internals
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
License
The Yii HTTP Middleware is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.
Support the project
Follow updates
All versions of http-middleware with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
psr/http-factory Version ^1.1
psr/http-message Version ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-factory Version ^1.1
psr/http-message Version ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
The package yiisoft/http-middleware contains the following files
Loading the files please wait ....