Mowgli allows you to easily create helpfull CLI application with PHP.
It uses several components of Symfony including Console
{{{ mowgli generate:project foo }}}
{{{ mowgli generate:command bar }}}
The new command will be launch with
bin/foo bar
{{{ bin/foo compile }}}
{{{ bin/foo install }}}