/talk-php-task-runners

Walk-through the most used task runners in PHP

Primary LanguagePHPMIT LicenseMIT

Task runners for PHP (Talk)

Walk-through the most used task runners in PHP at the moment:

Slides

You can find the slides to this presentation in Slideshare. I hope you find them useful! ;)

Usage

Phing

If phing is installed globally:

cd path/to/this/project
phing setup:install

If phing will be installed locally:

cd path/to/this/project
composer install
vendor/bin/phing setup:install

Robo

If robo is installed globally:

cd path/to/this/project
robo setup:install

If robo will be installed locally:

cd path/to/this/project
composer install
vendor/bin/robo setup:install

Author

Ignacio Velazquez