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

Yii3 web application template 1.2.0

Feb 20, 2026

Yii3 web application template version 1.2.0 was released. In this version:

  • Improved prod-deploy error handling so exact error is printed in case of rollback.
  • Removed mutation testing since that's likely not to be used in applications. Usually tests aren't covering 100% of the code.
  • Removed roave/security-advisories since Composer 2.9 handles security advisories natively.
  • Refactored Makefile default command help logic.

Read more

Security lessons Yii learned thanks to GitHub Secure Open Source Fund

Feb 17, 2026

Last year Yii was chosen to be in session 3 of the GitHub Secure Open Source Fund as a project that impacts a significant part of the PHP landscape.

We were in good company together with many wonderful projects such as LLVM, Node.js, CPython, curl, ImageMagick, webpack, and jQuery.

It was quite an experience. We've verified that we were already doing well and learned and adopted new things. As a result, Yii became an even more secure base for your projects.

Read more

Yii Test Support 3.2

Feb 5, 2026

Supporting tools for testing version 3.2.0 was released.

In this version added StringStream, a test-specific implementation of PSR-7 stream.

Yii Request Provider 1.3

Jan 29, 2026

Yii Request Provider version 1.3.0 was released. In this version:

  • Add optional $request parameter to RequestProvider constructor
  • Change PHP constraint in composer.json to 8.1 - 8.5

Yii Translator DB Message Storage 1.1.0

Jan 23, 2026

Yii Translator DB Message Storage version 1.1.0 was released. In this version:

  • Raise the minimum PHP version to 8.1
  • Bump required yiisoft/db version to ^2.0
  • Change PHP constraint in composer.json to 8.1 - 8.5
  • Remove yiisoft/arrays dependency

Read more

Yii 2.0.54

Jan 10, 2026

We are pleased to announce the release of Yii Framework version 2.0.54.

Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.

In this release:

Read more

Yii View Twig Renderer 3.0

Jan 9, 2026

Yii Framework Twig Extension 3.0.0

Yii View Twig Renderer version 3.0.0 was released. In this version:

  • Rename ViewRenderer to more understandable TwigTemplateRenderer
  • Remove YiiTwigExtension
  • Update version of yiisoft/view to ^11|^12
  • Change PHP constraint in composer.json to 8.1 - 8.5

Read more

Queue extension 2.3.8 released

Jan 8, 2026

Version 2.3.8 of Queue extension for Yii 2 was released.

This release fixes problems with SQS and Redis, prevents multiple execution of aborted jobs, and adds PHP 8.4 compatibility. Environment variables are now passed to sub-processes.

See the CHANGELOG for details.

Yii3 is released

Dec 31, 2025

It happened! Yii3 is officially released after years of intensive development and polishing.

Yii was always following the same principles of being performant, flexible but with good defaults, practice-oriented, simple, explicit, and consistent. Yii3 is not an exception.

While Yii 1.1 and Yii 2.0 are good frameworks, Yii3 was born to improve things even more, addressing the following drawbacks:

  1. Yii 2.0 had a closed ecosystem with difficulties configuring general PHP packages.
  2. Some magic and implicitness. Non-standard PHP behavior for objects introduced in Yii 2.0.
  3. PHP standards compatibility and modern PHP usage were not in place due to backwards compatibility constraints.
  4. Some anti-patterns, such as the service locator being available out of the box. That was affecting overall projects' testability and maintainability in the long run.

Read more

Redis extension 2.1.0 released

Dec 25, 2025

We are very pleased to announce the release of Redis extension version 2.1.0.

This version fixes one PHP 8.4 compatibility issue that was found since last release, adds support for predis, changes yii\redis\Cache::$forceClusterMode to false, and makes yii\redis\Connection implement yii\redis\ConnectionInterface.

See the CHANGELOG for details.

Yii 1.1.32 is released

Dec 23, 2025

We are very pleased to announce that Yii Framework version 1.1.32 is released. You can download it at yiiframework.com/download/.

Yii 1.1.32 adds support for PHP 8.4 and improves compatibility with PHP 8.

This release is a release of Yii 1.1, which has reached maintenance mode and will only receive security and compatibility fixes. For the complete list of changes in this release, please see the change log. For upgrading, always make sure to read the upgrade instructions.

We would like to express our gratitude to all contributors who have spent their precious time helping improve Yii and made this release possible.

Yii Form Model 1.1

Dec 23, 2025

Yii Form Model version 1.1.0 was released. In this version:

  • Add populateFromGet() and populateFromGetAndValidate() to FormHydrator
  • Add PHP 8.5 support

Yii3 API project template 1.1

Dec 22, 2025

Yii3 API project template version 1.1.0 was released. In this version:

  • Add Makefile stop goal for stopping Docker containers (@samdark,
  • Prune unused container and do not detach on make prod-deploy
  • Add PHP 8.5 support
  • Update composer dependencies

Cycle ORM query adapter for yiisoft/data 1.0.0

Dec 21, 2025

Cycle ORM query adapter for yiisoft/data version 1.0.0 was released.

There package provides Cycle ORM query adapter and writer for Yii Data.

See package documentation for usage.

Yii3 web application template 1.1

Dec 20, 2025

Yii3 web application template version 1.1.0 was released. In this version:

  • Add Makefile stop goal for stopping Docker containers
  • Update structure in src/ directory
  • Improve message for missing or invalid APP_ENV
  • Remove <meta http-equiv="X-UA-Compatible" content="IE=edge"> from layout

Read more

Yii RBAC DB 2.1

Dec 19, 2025

Yii RBAC Database storage 2.1.0

Yii RBAC DB version 2.1.0 was released. In this version:

  • Adapt to Yii DB 2
  • Change PHP constraint in composer.json to 8.1 - 8.5
  • Refactor AssignmentStorage::filterUserItemNames() method
  • Bump yiisoft/rbac version to ^2.1

Read more

Yii Event 2.2

Dec 18, 2025

Yii Event version 2.2.0 was released. In this version:

  • Change PHP constraint in composer.json to 8.1 - 8.5
  • Minor refactoring of CallableFactory and ListenerCollectionFactory
  • Raise minimum PHP version to ^8.1 and refactor code

Yii Cache DB Handler 1.1

Dec 17, 2025

Yii Cache DB Handler version 1.1.0 was released. In this version:

  • Bump supported version of yiisoft/db to ^2.0
  • Change supported PHP versions to 8.1 - 8.5
  • Mark DbSchemaManager::$db property as readonly

Yii Logging Library 2.2 and targets

Dec 16, 2025

Yii Logging Library version 2.2.0 was released. In this version:

  • Add optional $levels parameter to Target constructor allowing log level filtering at instantiation
  • Add ext-psr to conflict section in composer.json

All targets were updated as well to allow $levels in constructor. Additionally:

  • File Target 3.1.0 added categories, except and exportInterval setters to default config and replaced rotate by rename to rotate by copy.
  • Syslog Target 2.1.0 removed dead code that checked case when syslog() returned false.

Read more

Yii DataView 1.0

Dec 14, 2025

The first stable release of a powerful set of data displaying widgets is now available.

Yii DataView provides three flexible widgets for presenting data in web applications:

  • ListView — display data as a customizable list.

Read more

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (48)
  • 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 387
  • extensions 233
  • release 109
  • yii2 74
  • 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)