PHPackages                             dmouse/select-helper - 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. dmouse/select-helper

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

dmouse/select-helper
====================

Create a select options list with Symfony/console.

0.1(10y ago)021MITPHP

Since Nov 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dmouse/select-helper)[ Packagist](https://packagist.org/packages/dmouse/select-helper)[ RSS](/packages/dmouse-select-helper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![Symfony Console Select Helper](https://camo.githubusercontent.com/4d0c41e2a455a1168699b9a304fd7494a311140a86e00270c1dab54bdb1daf58/687474703a2f2f692e67697068792e636f6d2f336f45647635556a3162366b35696c447a692e676966 "Symfony Console Select Helper")](https://camo.githubusercontent.com/4d0c41e2a455a1168699b9a304fd7494a311140a86e00270c1dab54bdb1daf58/687474703a2f2f692e67697068792e636f6d2f336f45647635556a3162366b35696c447a692e676966)

Select Helper
=============

[](#select-helper)

This component provide a select helper to the symfony/console

How to use
----------

[](#how-to-use)

Include in your composer.json

```
$ composer require dmouse/select-helper
```

Create a new instance from the select helper class

```
  // ...
  $select = new \Dmouse\Console\Helper\SelectHelper($output);
  $select->setOptions([
      "option 1",
      "option 2",
      "option 3"
  ]);
  $option = $select->runSelect();
  // ...
```

See more in

Development
===========

[](#development)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3862d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/198571?v=4)[David Flores](/maintainers/dmouse)[@dmouse](https://github.com/dmouse)

---

Top Contributors

[![dmouse](https://avatars.githubusercontent.com/u/198571?v=4)](https://github.com/dmouse "dmouse (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dmouse-select-helper/health.svg)

```
[![Health](https://phpackages.com/badges/dmouse-select-helper/health.svg)](https://phpackages.com/packages/dmouse-select-helper)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
