arokettu/console-menu

CLI menu for Symfony Console

1.0.2 2023-10-21 22:28 UTC

This package is auto-updated.

Last update: 2024-04-21 23:42:58 UTC


README

Packagist Packagist

Command list menu for Symfony Console

Screenshot

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

Also on Read the Docs: https://arokettu-console-menu.readthedocs.io/

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.