PHPackages                             theroadbunch/command-menu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. theroadbunch/command-menu

ActiveLibrary[CLI &amp; Console](/categories/cli)

theroadbunch/command-menu
=========================

A simple class for command menus

v1.0.0(7y ago)1231MITPHPPHP ^7.1

Since Nov 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/The-Road-Bunch/command-menu)[ Packagist](https://packagist.org/packages/theroadbunch/command-menu)[ RSS](/packages/theroadbunch-command-menu/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

theroadbunch/command-menu [![build status](https://camo.githubusercontent.com/9756f50bc4f2bf0b6a2c3dbd4d4ad0405bd2a4dd6896f9b0eb913b796ff586dd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5468652d526f61642d42756e63682f636f6d6d616e642d6d656e752f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/The-Road-Bunch/command-menu/)
================================================================================================================================================================================================================================================================================================================================================================================

[](#theroadbunchcommand-menu-)

A simple menu for symfony console commands

[![Latest Stable Version](https://camo.githubusercontent.com/88ead6d2b7c52541da38978c0596db95c763f77ee7d8092b51dd4a40f41de142/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746865726f616462756e63682f636f6d6d616e642d6d656e752e737667)](https://packagist.org/packages/theroadbunch/command-menu)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Compatible Symfony Version](https://camo.githubusercontent.com/07743271b06677166283baf27f32afa6a0c2adf159663629ef1347953fce78c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73796d666f6e79253246636f6e736f6c652d76342e322d3030366463622e737667)](https://symfony.com/doc/4.2/console.html)

*a quick note:*
This README assumes you have an understanding of creating and running a console command in the symfony ecosystem

### Contents

[](#contents)

1. [Release Notes](doc/release.md)
2. [Installation](#installation)
3. [Usage](#usage)
    a. [Basic Usage](#basic-usage)
    b. [Selectors](doc/Selectors.md)
    c. [Wrappers](doc/Selectors.md#selector-wrappers)
4. [License](LICENSE)

### Install using composer [\[?\]](https://getcomposer.org)

[](#install-using-composer-)

`composer require theroadbunch/command-menu`

### Basic Usage

[](#basic-usage)

Creating, rendering, and using a menu in your symfony console command

```
