I’ve been working a lot with Cakephp 2, and i’m currently learning Cakephp 3. What I can say so far is:
- cakephp 3 introduces a lot a interesting new functionnalities (i won’t detail here, you can find many resources on internet for that).
- cakephp 3 is really a major release: many things have changed. Even if I know very well cakephp 2, i really have difficulties to learn how to use cakephp 3. Lot of stuff to re-learn.
- you can see their roadmap here => https://github.com/cakephp/cakephp/wiki/3.0-Roadmap . They are not so far from a stable release (i would say 3 to 4 months from now).
So If I were you, and if you do not plan on prod before a few months, or if you plan on using cakephp for a personal website, I would definitely start using cakephp 3.
solved CakePHP 3.0 and new project [duplicate]