CakePHP 3.0.0 + Phinx
I’ve always followed CakePHP development pretty closely. In fact, before I became a contributor to Zend Framework I wrote the bulk of my web applications using Cake. It was one of the earliest PHP MVC frameworks that followed the popular design patterns exploding in other languages.
That’s why I was very excited to learn that CakePHP 3.0.0 has chosen to use Phinx for it’s database migrations. They developed a plugin to integrate the two projects here: https://github.com/cakephp/migrations
You can read more on the CakePHP blog: http://bakery.cakephp.org/articles/lorenzo/2014/09/28/cakephp_3_0_0-beta2_released
I’m pleased to welcome the CakePHP community to Phinx!
Cheers,
Rob