arokettu / console-menu
CLI menu for Symfony Console
1.0.2
2023-10-21 22:28 UTC
Requires
- php: ^7.1.3 | ^8
- php-school/cli-menu: ^3.0 | ^4.0
- symfony/console: >= 4.0 < 8
Requires (Dev)
- sandfox.dev/code-standard: ^1.2022.06.29
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2024-10-10 20:06:31 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
Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community
License
The library is available as open source under the terms of the MIT License.