Run PHP tasks with Robo, a modern PHP task runner. Automate deployments, code generation, and testing with this powerful CLI tool. Free online tool, no registration required.

robo

PHP task runner. More information: https://robo.li/getting-started.html.

  • List available commands:

robo list

  • Run a specific command:

robo {{foo}}

  • Simulate running a specific command:

robo --simulate {{foo}}