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

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

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

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

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

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

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

Yii HTTP

Dec 8, 2021

First release of yii-http package is tagged. It provides the application class, as well as the events and handlers needed to interact with HTTP. The package is implemented using PSR-7 interfaces.

More details are available in the package readme.

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)