Command list menu for Symfony Console
composer require 'arokettu/console-menu'
Just add the command to the Symfony Application:
<?php
$app = new \Symfony\Component\Console\Application();
$app->add(new \Arokettu\ConsoleMenu\ConsoleMenuCommand());
Read full documentation here: https://sandfox.dev/php/console-menu.html
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/console-menu/-/issues
Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community
The library is available as open source under the terms of the MIT License.