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

New website is live

Aug 9, 2026

The Yii website has a fresh new look!

We’ve redesigned it for clearer navigation, better readability, improved mobile support, and consistent dark mode—all while keeping the familiar Yii spirit.

Take a look and let us know what you think!

Yii Auth 3.3

Aug 6, 2026

Yii auth version 3.3.0 was released. In this version:

  • Split AuthenticationMethodInterface into focused authentication and challenge interfaces
  • Bump minimal PHP version to 8.1
  • Explicitly mark readonly properties
  • Explicitly import classes and functions in "use" section

Read more

Yii DB Migration 2.1

Aug 3, 2026

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

  • Add MigrationBuilder::insertBatch() method, deprecate batchInsert()
  • Explicitly import classes, functions, and constants in "use" section
  • Remove unnecessary files from Composer package
  • Remove confirmation prompt from migrate:create command as creating a migration is non-destructive

Read more

Yii Bulma 1.1

Jul 18, 2026

Yii Bulma version 1.1.0 was released. In this version:

  • Bump yiisoft/html version to ^4.2.0
  • Adapt configuration to changes in yiisoft/form
  • Change PHP constraint in composer.json to 8.1 - 8.5
  • Adopt last change yiisoft/widget

Read more

Yii Bootstrap5 1.2

Jun 30, 2026

Yii Bootstrap 5 version 1.2.0 was released.

In this version:

  • Add tabIndex() method to Button widget
  • Raise yiisoft/html version to ^3.13 || ^4.0
  • Fix Collapse re-encoding content already managed by Toggler

New Yii3 Demo: Document Summarizer

Jun 5, 2026

We’ve added a new Yii3 demo application:

https://github.com/yiisoft/demo-summarizer

It started as a practical way to test yiisoft/queue together with AMQP and Redis/Valkey drivers in Yii3 application, but it turned into a useful demo on its own.

Read more

Yii HTML 4.2

Jun 5, 2026

Yii HTML version 4.2.0 was released. In this version:

  • Add beforeInput() and afterInput() methods to abstract BooleanInputTag, extended by Radio and Checkbox
  • Add beforeCheckbox() and afterCheckbox() methods to CheckboxList, and beforeRadio() and afterRadio() methods to RadioList

Yii Runner RoadRunner 3.2

Jun 3, 2026

Yii Runner RoadRunner version 3.2.0 was released. In this version:

  • Add PHP 8.5 support
  • Add spiral/roadrunner-http version ^v4.0.0 support

Yii Validator 2.6.0

Jun 2, 2026

Yii Validator version 2.6.0 was released.

This release adds a new File validator, extends Image validator input support, and includes translation, documentation, and internal code quality improvements.

File validator ¶

Read more

ApiDoc extension version 4.0.0 released

May 30, 2026

We are very pleased to announce the release of the ApiDoc extension version 4.0.0.

This is a major release that modernizes ApiDoc for current PHP projects. The minimum PHP version is now 8.2, and dependency requirements were raised for nikic/php-parser, phpdocumentor/reflection, and phpdocumentor/type-resolver.

Version 4.0.0 adds support for intersection and nullable types, PHPStan/Psalm syntax, constants in interfaces and traits, inherited descriptions, improved method signatures, better inline @see and @link handling, and links to built-in PHP functions. It also includes a new template for custom projects.

Read more

Yii2 HTTP Client 2.0.17

May 25, 2026

Yii2 HTTP Client version 2.0.17 was released. In this version:

  • Fixed TypeError: stream_get_contents(): Argument #1 ($stream) must be of type resource, bool given when PHP error reporting is turned off.
  • Fixed the PHP 8.5 deprecation for the predefined locally scoped $http_response_header variable.
  • Fixed curl_close() and curl_multi_close() deprecations in PHP 8.5.
  • Fixed PHPDoc annotations for Response::$statusCode and Response::getStatusCode().

Read more

Yii HTML 4.1

May 19, 2026

Yii HTML version 4.1.0 was released. In this version:

  • Add test helper functions for controlling HTML ID generation

Yii Active Record 1.1

May 14, 2026

Yii Active Record version 1.1.0 was released. In this version:

  • Clarify $relations parameter type in JoinWith::__construct() from array<string|Closure> to array<string|callable(ActiveQueryInterface):void>
  • Optimize performance of ActiveRecord::get() method
  • Remove check for empty string in AbstractActiveRecord::markPropertyChanged() method
  • Add default config for yiisoft/config plugin

Read more

Yii RBAC PHP File Storage 2.1

May 14, 2026

Yii RBAC PHP File Storage version 2.1.0 was released. In this version:

  • Change PHP constraint in composer.json to 8.1 - 8.5
  • Bump yiisoft/rbac version to ^2.1
  • Apply code style fixes
  • Explicitly import functions and constants in "use" section

Yii 2.0.55

May 9, 2026

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

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

In this release:

Read more

Yii2 Redis 2.1.2

May 7, 2026

Yii2 REDIS version 2.1.2 was released. In this version:

  • Reverted the custom retry logic in PredisConnection after updating the predis package.

Yii2 Redis 2.1.1

Apr 29, 2026

Yii2 REDIS version 2.1.1 was released. In this version:

  • Fixed PHP 7.4 compatibility.
  • Prevented an infinite loop in parseResponse() when fread() returns an empty string on a broken socket.
  • Fixed fwrite(): supplied resource is not a valid stream.
  • Removed PHP 7.3 support to align with Yii2 minimum PHP version.

Read more

Yii2 Debug 2.1.28

Apr 22, 2026

Yii2 DEBUG version 2.1.28 was released. In this version:

  • Silenced fetch errors.
  • Added a null check before accessing panels.
  • Applied Yii2 coding standards.
  • Fixed generated coverage reports.

Read more

Yii Log Email Target 4.2

Apr 22, 2026

Yii Log Email Target version 4.2.0 was released. In this version:

  • Change PHP constraint in composer.json to 8.1 - 8.5
  • Raise the minimum yiisoft/mailer version to ^6.0 and adapt the code accordingly
  • Explicitly import classes in "use" section

Yii3 FrankenPHP worker runner 1.0.0

Apr 12, 2026

First stable version of FrankenPHP worker runner released. The runner allows using FrankenPHP in worker mode. In this mode application is initializer once per worker and is serving multiple reqests in this state resulting in signficiant performance gains.

Since the application does not "die" on each request, you should clean up state carefully. Yii3 has means for that via DI container state resetters.

Turning default application templates into worker-mode enabled ones is described well in the README.

  • «
  • 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 (43)
  • 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 383
  • 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)