Console Menu#
Command list menu for Symfony Console.
Installation#
composer require arokettu/console-menu
Screenshots#
Usage#
Just add a ConsoleMenuCommand
to the Console Application:
<?php
$app = new \Symfony\Component\Console\Application();
$app->add(new \Arokettu\ConsoleMenu\ConsoleMenuCommand());
It will add a new command named menu:
php app.php menu
License#
The library is available as open source under the terms of the MIT License.