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 HTML 4

Mar 18, 2026

Yii HTML version 4 was released. In this version:

  • Allow passing int, float and null as tag content
  • Throw LogicException in Tag::id() when id is empty string
  • Remove tag attributes sorting
  • Make all CheckboxItem and RadioItem properties required

Read more

Yii HTML 3.13

Mar 13, 2026

Yii HTML version 3.13.0 was released. In this version:

  • Added $attributes parameter to Html::li() method
  • Deprecateed static constructors such as TagName::tag() in favor of new TagName()
  • Enhanced RadioList::addRadioWrapClass() method for cleaner class addition
  • Explicitly imported classes and constants in "use" section

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 API Application Template 1.2

Mar 9, 2026

Yii3 API project template 1.2.0

Yii API Application Template version 1.2.0 was released. In this version:

  • Improve prod-deploy error handling so exact error is printed in case of rollback
  • Refactor Makefile default command help logic
  • Allow symfony/console 8
  • Remove mutation testing

Read more

Bootstrap5 1.1.0

Mar 6, 2026

Bootstrap 5 version 1.1.0 was released.

In this version:

  • Add Nav::activateParents() that makes parent dropdown active when one of its child items is active
  • Allow Dropdown::togglerVariant() to be null, avoiding it setting a variant class
  • Add visible to Dropdown and DropdownItem
  • Add navId() method to NavBar widget

Read more

Yii Mailer 6.1

Feb 27, 2026

Yii Mailer version 6.1.0 was released. In this version:

  • Add debug collector
  • Explicitly import classes, functions, and constants in "use" section
  • Remove unnecessary files from Composer package
  • Add PHP 8.5 support

Yii View Renderer 7.4

Feb 24, 2026

Minor version of Yii View Renderer were tagged.

  • Introduce WebViewRenderer instead of ViewRenderer which is marked as deprecated.
  • Explicitly import classes, functions, and constants in "use" section.

Yii Data Response 2.2

Feb 23, 2026

Yii Data Response version 2.2.0 was released. In this version:

  • Add DataStream
  • Add FormatterInterface and implementations: HtmlFormatter, JsonFormatter, PlainTextFormatter, XmlFormatter
  • Add DataResponseFactoryInterface and implementations: DataResponseFactory, FormattedResponseFactory, HtmlResponseFactory, JsonResponseFactory, PlainTextResponseFactory, XmlResponseFactory
  • Add middlewares: XmlDataResponseMiddleware, HtmlDataResponseMiddleware, JsonDataResponseMiddleware, PlainTextDataResponseMiddleware and DataResponseMiddleware

Read more

Yii3 support added to Tideways profiler

Feb 20, 2026

Yii3 support was added to Tideways profiler additionally to existing verison 1 and 2 support.

Happy profiling!

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

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

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

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

  • «
  • 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)