Yii Framework 34k+
  • News
  • Guide
  • API
  • Wiki
  • Forum
  • Community
    • Places
    • Members
    • Hall of Fame
    • Badges
  • More
    • Learn
    • Books
    • Resources
    • Develop
    • Download Yii
    • Extensions
    • Report an Issue
    • Report a Security Issue
    • Contribute to Yii
    • Donate
    • About
    • Release Cycle
    • License
    • Team
    • Official Logos and Design
Login

Yii HTTP Middleware 1.2

Mar 10, 2026

Yii HTTP Middleware version 1.2.0 was released. In this version:

  • Add RedirectMiddleware
  • Change PHP constraint in composer.json to 8.1 - 8.5

Yii Middleware 1.1

Jun 10, 2025

Minor version of Yii Middleware has been released. Here are the list of improvements and fixes included in the new version:

  • bumped PHP minimal version to 8.1 and refactor code to use new features;
  • changed PHP constraint in composer.json to 8.1 - 8.4;
  • bumped yiisoft/router version to ^4.0;
  • bumped yiisoft/session version to ^3.0;

Read more

Yii HTTP Middleware 1.1

Jun 9, 2025

Minor version of Yii HTTP Middleware has been released.

This release adds RemoveBodyMiddleware, which removes the response body for specific HTTP status codes.

Yii HTTP Middleware 1.0

Jun 4, 2025

First stable version of Yii HTTP Middleware was released.

The package provides a collection of PSR-15 middleware focused on HTTP features:

  • ContentLengthMiddleware — manages the Content-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 for HEAD request;

Read more

Proxy Middleware 1.0

Jun 30, 2023

Proxy Middleware 1.0 has been released. The package contains proxy related middleware classes that implement PSR-15:

  • TrustedHeaderProtocolResolver.
  • TrustedHostsNetworkResolver.

They were extracted from Yii Middleware package.

Read more

Yii Middleware 1.0

May 22, 2023

Yii Middleware 1.0 has been released. The package contains a set of the following middleware:

  • CorsAllowAll. Adds CORS headers to the response.
  • ForceSecureConnection Redirects insecure requests from HTTP to HTTPS, and adds headers necessary to enhance the security policy.
  • HttpCache. Implements client-side caching by utilizing the Last-Modified and ETag HTTP headers.
  • IpFilter. Allows access from specified IP ranges only and responds with 403 for all other IPs.

Read more

Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (44)
  • 2025 (92)
  • 2024 (80)
  • 2023 (90)
  • 2022 (82)
  • 2021 (101)
  • 2020 (64)
  • 2019 (75)
  • 2018 (32)
  • 2017 (35)
  • 2016 (30)
  • 2015 (9)
  • 2014 (6)
  • 2013 (11)
  • 2012 (14)
  • 2011 (10)
  • 2010 (10)
  • 2009 (23)
  • 2008 (5)

Popular Tags

  • yii3 384
  • extensions 233
  • release 109
  • yii2 73
  • debug 30
  • view 28
  • html 25
  • auth client 23
  • bootstrap 21
  • redis 20
  • Yii 1.1
  • Guide
  • API
  • Wiki
  • Yii 2
  • Guide
  • API
  • Wiki
  • Yii3
  • Guide
  • API
  • Cookbook
  • Terms of service
  • License
  • Contact Us
  • Supported by
  • Your donations
  • JetBrains logo
  • © 2008 - 2026 Yii (Website Source Code)