arokettu / console-menu
CLI menu for Symfony Console
1.0.0
2020-10-24 22:14 UTC
Requires
- php: ^7.1.3 || ^8
- php-school/cli-menu: ^3.0 || ^4.0
- symfony/console: ^4.0 || ^5.0
This package is auto-updated.
Last update: 2020-12-24 22:37:01 UTC
README
Command list menu for Symfony Console
Installation
composer require 'arokettu/console-menu'
Simple Usage
Just add the command to the Symfony Application:
<?php $app = new \Symfony\Component\Console\Application(); $app->add(new \Arokettu\ConsoleMenu\ConsoleMenuCommand());
Documentation
Read full documentation here: https://sandfox.dev/php/console-menu.html
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/console-menu/-/issues
License
The library is available as open source under the terms of the MIT License.