Skip to content

Garden CLI 3.0.1

Choose a tag to compare

@tburry tburry released this 17 Oct 19:58
· 21 commits to master since this release
5106872

This is a major new release that introduces the CliApplication class to help you route the command line to your PHP code using methods. The intention is to reduce boilerplate as much as possible and enable you to add CLI support to your libraries with very little code.

See the README for usage instructions.