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 Sentry 3.0

Aug 15, 2026

Yii Sentry version 3.0.0 was released. In this version:

  • Chg #40, 41, #43: Change PHP version constraint to 8.1 - 8.5
  • Bump sentry/sentry version to ^4.0
  • Add support for Sentry cron monitoring via check-ins
  • Add support for symfony/console version ^7.0

Read more

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

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 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.

Yii3 application templates 1.4.0

Apr 12, 2026

Both web template and API template got 1.4.0 release which adds expicit Caddyfile configs for production and development Docker environments.

These configs are in docker/Caddyfile for production image and docker/dev/Caddyfile for development image. After these are edited you need to rebild the image with make build to apply changes.

Response Download 1.1.0

Apr 9, 2026

Response download version 1.1.0 was released. In this version:

  • Add support for psr/http-message version ^2.0
  • Try to determine content MIME type automatically

Yii API Application Template 1.3

Apr 6, 2026

Yii3 API project template version 1.3.0 was released.

In this version:

  • Do not write logs to file since that's not needed for both Docker and ./yii serve
  • Add .env for development without Docker
  • Add "service update paused" case for swarm deployment log parsing

Yii3 web application template 1.3.0

Apr 6, 2026

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

  • Replace deprecated PHP CS Fixer rule set @PER-CS2.0 with @PER-CS
  • Do not write logs to file since that's not needed for both Docker and ./yii serve
  • Allow symfony/console 8
  • Remove yiisoft/data-response dependency

Read more

Proxy 1.2.0

Apr 2, 2026

Yii Proxy version 1.2 was released.

This version adds support for PHP 8.5.

Yii DataView 1.1

Mar 21, 2026

Yii DataView version 1.1.0 was released. In this version:

  • Add caption support for GridView
  • Explicitly import constants in "use" section
  • Bump minimal yiisoft/html version to 3.13 and add support for ^4.0
  • «
  • 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 (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)