PHPackages                             mateodioev/php-easy-cli - 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. mateodioev/php-easy-cli

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

mateodioev/php-easy-cli
=======================

Create cli apps

v2.0(3y ago)01191MITPHP

Since Sep 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Mateodioev/php-cli)[ Packagist](https://packagist.org/packages/mateodioev/php-easy-cli)[ RSS](/packages/mateodioev-php-easy-cli/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (1)

Cli apps
========

[](#cli-apps)

Installation
------------

[](#installation)

```
composer require mateodioev/php-easy-cli
```

Usage
-----

[](#usage)

```
use Mateodioev\PhpEasyCli\{App, Color, Context, Printer};

$app = new App($argv);

$app->register('help', function(Context $ctx, Printer $printer) {
    $printer->display('Default command is help!!');
});

$app->register('hello', function(Context $ctx, Printer $printer) {
    $printer->display('Hello ' . $ctx->get('name', true, 'User name'));
});

$app->run();
```

```
php script.php hello --name=Mateo
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

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

Every ~29 days

Recently: every ~36 days

Total

6

Last Release

1238d ago

Major Versions

v1.x-dev → v2.x-dev2023-02-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/68271130?v=4)[Mateo Ore](/maintainers/Mateodioev)[@Mateodioev](https://github.com/Mateodioev)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mateodioev-php-easy-cli/health.svg)

```
[![Health](https://phpackages.com/badges/mateodioev-php-easy-cli/health.svg)](https://phpackages.com/packages/mateodioev-php-easy-cli)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)[web64/laravel-cli-colors

Laravel package for generating CLI output with awesome colors!

1313.5k2](/packages/web64-laravel-cli-colors)

PHPackages © 2026

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