What is Robo?
Robo is a task runner you always have been looking for. It allows you to write fully customizable tasks in common OOP PHP style. Robo has comprehensive list of built-in common tasks for development, testing, and deployment.
Use Robo to
automate your common tasks
start workers
run parallel tasks
execute commands
run tests
watch filesystem changes
Install
Via Composer
Add to composer.json of your project
require-dev: {
"consolidation/robo": "^1.0.0"
}
or install it globally:
composer global require consolidation/robo
Download robo.phar
Using Phar
wget http://robo.li/robo.phar
or download it via HTTPS from GitHub releases
To install globally put robo.phar in /usr/bin.
sudo chmod +x robo.phar && mv robo.phar /usr/bin/robo
Now you can use it just like robo.