Skip to content

nass600/talk-php-task-runners

Repository files navigation

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

About

Walk-through the most used task runners in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published