Version Controller Package, Cake 2.4+ —We need to ensure that the versions for everything all match and we aren't missing any dependencies —Composer installs pretty much anything
get running with Composer composer create-project --prefer-dist -s dev cakephp/app ./install-dir —Creates a new CakePHP 3.0 application with everything running right away
pain to ensure they get updated properly —Composer solves this really well: —Composer knows how to install and load plugins for: —CakePHP, WordPress, Symfony, Drupal, Zend, etc
as part of your PHP projects —Everywhere you have a shared PHP project —Everywhere you have a shared project geared towards PHP —So much better than PEAR
solves some real problems with Composer —Since most of the time packages are backed by Github API limits can be a real problem —You can instead do composer installs from your Satis server and not deal with Github
you never publish a Composer backed Plugin you will gain from using Composer for your projects —Thanks, Cake Core Team for making Composer work great with CakePHP 3.0