Skip to content

Instantly share code, notes, and snippets.

@vjik
Created December 24, 2024 06:47
Show Gist options
  • Save vjik/f702ee58e1360b9e544971a33babc374 to your computer and use it in GitHub Desktop.
Save vjik/f702ee58e1360b9e544971a33babc374 to your computer and use it in GitHub Desktop.
Yii3 Roadmap

Yii3 Roadmap

Last updated: 24.12.2024

The Yii3 release is approaching, and the team is working hard to complete the final steps 💪.

At the heart of Yii3 are its packages, which form the foundation of the framework. So far, 105 packages have been released, and the remaining ones are already 80-90% complete. But Yii3 is more than just its set of packages. It also includes great documentation and ready-to-use application templates. Completing these elements is a key part of preparing for the final release.

You can support the Yii3 team and help accelerate the release by making a donation. Every contribution, no matter the size, helps us move closer to delivering Yii3:

Your support makes a real difference and is deeply appreciated 💖. Together, we can bring Yii3 to life!

😎 Stay tuned for updates on yiiframework.com, join the conversation in Yii3 telegram chat (English / Русский), and follow Yii3 Chronicles channel (English / Русский).

Database

  • Release Yii DB 2 (package yiisoft/db)
  • Adapt DBMS-packages to Yii DB 2 and release it
    • yiisoft/db-mssql
    • yiisoft/db-mysql
    • yiisoft/db-oracle
    • yiisoft/db-pgsql
    • yiisoft/db-sqlite
  • Adapt yiisoft/db-migration to Yii DB 2 and release it
  • Release yiisoft/active-record

Debug

  • Release yiisoft/yii-debug
  • Release yiisoft/yii-debug-api
  • Release yiisoft/yii-dev-panel

Data

  • Release yiisoft/yii-dataview
  • Release yiisoft/data-db

Demo

  • Split yiisoft/demo on separate packages for web application and API application
  • Refactor demo web application
  • Refactor demo API application

Application Templates

  • Release yiisoft/app
  • Release yiisoft/app-api

Documentation

  • Actualize yiisoft/docs
  • Guide based on yiisoft/docs
  • API documentation

Yii3 Release

  • Landing page
    • Design & Layout
    • Content
  • Update yiiframework.com
  • Official announce
    • Write announce text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment