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 Test Support 3.1

Dec 1, 2025

Yii Test Support version 3.1.0 was released. In this version:

  • Add PSR-20 static clock implementation
  • Add PHP 8.5 support

Yii Files 2.1

Dec 1, 2025

Yii Files version 2.1.0 was released. In this version:

  • Add filter option for FileHelper::clearDirectory()
  • Change PHP constraint in composer.json to 8.0 - 8.5
  • In PathMatcher::only() and PathMatcher::except() methods move a type hints from annotation
  • Use FQN for built-in PHP functions, minor refactoring FileHelper and PathMatcher

Read more

Yii Friendly Exception 1.2

Nov 28, 2025

Yii Friendly Exceptionn version 1.2.0 was released. In this version:

  • Bump minimal required PHP version to 7.4
  • Change PHP constraint in composer.json to 7.4.* || 8.0 - 8.5

Yii Security 1.2

Nov 25, 2025

Yii Security version 1.2.0 was released. In this version:

  • Add PasswordHasher::needsRehash() method
  • Add PHP 8.5 support

Yii HTTP 1.3

Nov 25, 2025

Yii HTTP version 1.3.0 was released. In this version:

  • Change PHP constraint in composer.json to 7.4.* || 8.0 - 8.5
  • Improve HeaderValueHelper methods' annotations
  • Simplify code of HeaderValueHelper::getSortedValueAndParameters()
  • Add return value to closure for preg_replace_callback() in HeaderValueHelper::getParameters()

Read more

Maksim Spirkov joining core team

Nov 24, 2025

Maksim Spirkov joined Yii team. He already handled 3.0.8 release of ApiDoc and more of his work on types will be in the coming Yii 2.0 release.

ApiDoc extension version 3.0.8 released

Nov 24, 2025

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

This version adds support for newer PHP versions and nikic/php-parser v5. Minimal PHP version is raised to 7.4.

Additionally, more types are now inferred and generated for properties, methods and parameters.

This release is handled entirely by Maksim Spirkov.

See the CHANGELOG for a full list of changes.

Yii Strings 2.7

Nov 23, 2025

Yii Strings version 2.7.0 was released. In this version:

  • Add NumericHelper::convertHumanReadableSizeToBytes() method
  • Add StringHelper::truncateWordsByLength() method to truncate text by character length while preserving word
  • Add PHP 8.5 support
  • Fix incorrect pluralization of words ending in "tion", "sion" and "gion"

Yii JSON 1.1

Nov 21, 2025

Yii JSON version 1.1.0 was released. In this version:

  • Change PHP constraint in composer.json to ~7.4.0 || 8.0 - 8.5
  • Improve performance of Json::encode() method by 10-20%
  • Fix bug with instances of extended DateTime class
  • Fix enumerations encoding

Need the project done?

Nov 16, 2025

We've decided to add a new page at the website. It has a form for project enquiries.

Since we know many individual Yii developers and companies out there, we can help businesses to find the right people for the job. That is good for developers community, businesses and the framework.

If you have a project — let us know.

Yii Form 1.5

Nov 5, 2025

Yii Form version 1.5.0 was released. In this version:

  • Add Color field
  • Improve Fieldset field HTML markup
  • Fix newline removal issues in input values

MongoDB extension 3.0.4 released

Oct 8, 2025

We are pleased to announce the release of MongoDB extension version 3.0.4.

This version fixes an incompatibility with mongodb extension verison 2.1.0 resulting in "MongoDB\Driver\Cursor::getId() expects exactly 0 arguments, 1 given".

See the CHANGELOG for details.

Yii3 API Application Template 1.0

Oct 2, 2025

The first stable release of the API application template for Yii3.

The template includes the essential things required to start API application development:

  • middleware dispatcher,
  • routing,
  • a set of response formats for APIs (success, error, collection, pagination, …),
  • exception handling,

Read more

Yii Message Translator 3.2

Sep 28, 2025

Yii Message Translator version 3.2.0 was released. In this version:

  • Add InMemoryMessageSource
  • Change PHP constraint in composer.json to 8.0 - 8.4

Immutable releases turned on

Sep 27, 2025

We've turned on immutable releases for all our repositories at GitHub.

Immutable releases are releases where the assets and associated Git tag cannot be changed after publication. They increase security by blocking:

  • Supply chain attacks where attackers inject vulnerabilities or malware into current project releases
  • Accidental changes to assets and tags that may break developer workflows

If you use gh command line tool, you can verify integrity of the release.

Yii Console 2.4

Sep 27, 2025

[Yii Console]](https://github.com/yiisoft/yii-console) version 2.4.0 was released. In this version:

  • Change PHP constraint in composer.json to 8.0 - 8.4
  • Check empty string as key in command map in CommandLoader validation
  • Fix typo in UNAVAILABLE exit code reason
  • Throw RuntimeException in ServeCommand when it wasn't possible to find out the current directory

Read more

Yii Request Body Parser 1.2

Sep 23, 2025

Yii Request Body Parser version 1.2 was released. In this version:

  • Bump minimum PHP version to 8.1
  • Change PHP constraint in composer.json to 8.1 - 8.4
  • Add psalm type int<1, 2147483647> to depth parameter in JsonParser constructor
  • Use promoted readonly properties in JsonParser, BadRequestHandler and RequestBodyParser classes

Read more

Yii Proxy 1.1

Sep 23, 2025

Yii Proxy version 1.1 was released. In this version:

  • Change PHP constraint in composer.json to 8.1 - 8.4
  • Support disjunctive normal form types
  • Fix the nullable parameter declarations for compatibility with PHP 8.4

Yii Auth 3.2

Sep 11, 2025

Yii Auth version 3.2 was released. In this version:

  • Adapt summary data in debug collector
  • Add HTTP cookie authentication method
  • Change PHP constraint in composer.json to 8.0 - 8.4
  • Use SensitiveParameter attribute to mark sensitive parameters

Read more

Yii HTTP Application 1.1.0

Sep 10, 2025

Yii HTTP Application version 1.1.0 was released. In this version:

  • Introduce UnhandledRequestHandler and make $fallbackHandler in Application optional
  • Change PHP constraint in composer.json to 8.1 - 8.4
  • Bump minimal PHP version to 8.1
  • Make event dispatcher optional

Read more

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
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)