Yii 1 migration

Hello there,

I work in a company with 5 full time devs only working on a big project with yii1.1.20.
For quite some time we have the upgrade to yii2 on the radar, it’s crucial for our clients to keep security up to date, so the project must be migrated before end of security patches. Also we are about to start developing a big new module, which I had in mind to do in the hybrid yii1-yii2 environment. Now that yii3 is on the way, I wonder what path we should take? Does it make sense to wait and integrate yii3 into yii1? Or should we start migrating to yii2 and when the time comes migrate again?

Greetings

that is currently set to the end of 2020, so still some time. https://www.yiiframework.com/download#yii-1-1

The migration from 2.0 to 3.0 will be much less complex than migrating 1.1 to 2.0 so if you migrated to 2.0 already the additional step should not be that hard.

That means if your code is already compatible with 2.0 the migration to 3.0 will be easier.