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

Setting Up Eclipse PDT, Subversion and Zend Framework

  1. Download http://www.eclipse.org/pdt/downloads/ PDT all-in-ones that include eclipse and the PDT, and mylyn plugins
  2. Download and install subclipse by adding http://subclipse.tigris.org/update_1.6.x as an update site for eclipse in eclipse under "Help".. "Install New Software"... "Add"
  3. Download and install Zend Debugger by adding http://downloads.zend.com/pdt as an update site
  4. Download and install mysql workbench
  5. In eclipse create a new PHP project and import all of your files into it. Then right click on the project Team->Share->SVN
  6. For other people to get a working copy in eclipse: File->New->SVN->Check out existing project