Walk-through the most used task runners in PHP at the moment:
You can find the slides to this presentation in Slideshare. I hope you find them useful! ;)
If phing is installed globally:
cd path/to/this/project
phing setup:installIf phing will be installed locally:
cd path/to/this/project
composer install
vendor/bin/phing setup:installIf robo is installed globally:
cd path/to/this/project
robo setup:installIf robo will be installed locally:
cd path/to/this/project
composer install
vendor/bin/robo setup:install