PHPackages                             minicli/command-help - 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. minicli/command-help

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

minicli/command-help
====================

A help command for Minicli

1.0.1(3y ago)112.4k↑220%11MITPHP

Since Jun 2Pushed 3y ago3 watchersCompare

[ Source](https://github.com/minicli/command-help)[ Packagist](https://packagist.org/packages/minicli/command-help)[ Docs](https://github.com/minicli/command-help)[ RSS](/packages/minicli-command-help/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (11)

Minicli Help Command
====================

[](#minicli-help-command)

Default help command. This will auto-generate a command/sub-command tree based on all commands registered within the CommandRegistry, and print it to users that call './minicli help'.

Usage
-----

[](#usage)

First, import this command with Composer:

```
composer require minicli/command-help
```

Then, edit your app's config to include `@minicli/command-help` within your `app_path` definitions. For instance:

```
$app = new App([
    'app_path' => [
            __DIR__ . '/app/Command',
            '@minicli/command-help'
        ],
    'debug' => true
]);
```

You should now be able to run the `./minicli help` command and obtain output that will vary depending on your own implemented commands. Here is an example:

```
Available Commands

help
└──table
└──test

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Every ~185 days

Total

3

Last Release

1123d ago

Major Versions

0.1 → 1.0.02023-05-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/efad91e92c56f2a771b7dbabb064d25d65392a60751a19666626672bdca575a6?d=identicon)[erikaheidi](/maintainers/erikaheidi)

---

Top Contributors

[![erikaheidi](https://avatars.githubusercontent.com/u/293241?v=4)](https://github.com/erikaheidi "erikaheidi (5 commits)")[![WendellAdriel](https://avatars.githubusercontent.com/u/11641518?v=4)](https://github.com/WendellAdriel "WendellAdriel (2 commits)")

---

Tags

clicommand-lineminicli

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/minicli-command-help/health.svg)

```
[![Health](https://phpackages.com/badges/minicli-command-help/health.svg)](https://phpackages.com/packages/minicli-command-help)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B13.9k](/packages/symfony-console)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.7k357.7M11.1k](/packages/nunomaduro-collision)[nategood/commando

PHP CLI Commando Style

8123.4M40](/packages/nategood-commando)[minicli/minicli

Experimental micro CLI framework for PHP

1.1k394.7k50](/packages/minicli-minicli)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

819430.4k54](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2592.3M13](/packages/nunomaduro-laravel-console-task)

PHPackages © 2026

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