Skip to content

arokettu/console-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Menu

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

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.

About

CLI menu for Symfony Console Application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages