PHP command-line tool demonstration
This CLI application is a small game (« Rreview your multiplication tables ») written in PHP and is installed using Composer:
composer global require mdeherder/php-cli-demo
Make sure the ...composer/vendor/bin
directory is in your system's PATH
.
All you need to do is call the tdm
command to start the game:
demo tdm ( Use --help or -h to see more options )
composer global update mdeherder/php-cli-demo
composer global remove mdeherder/php-cli-demo