PHP Composer Zend Framework 2 Doctrine 2 Eclipse Egit


Create a new Git Repository
Right click in PHP Explorer in Eclipse
New->Other-Git Repository
Create the new repository

Import Project From Git
Right clic in PHP Explorer in Eclipse
Import->Projects from Git->Local
Select the Git repository you just created
choose to open new projects wizard.


Build Application
cd C:\...\git\utils
Get composer
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
php composer.phar install