PHPackages                             marcosadantas/expressive-console - 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. marcosadantas/expressive-console

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

marcosadantas/expressive-console
================================

This libs provides baseCommand for commands, command loader for symfony and service provider for zend service manager

1.0.0(8y ago)0111MITPHP

Since Dec 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lpj145/expressive-console)[ Packagist](https://packagist.org/packages/marcosadantas/expressive-console)[ RSS](/packages/marcosadantas-expressive-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (1)

#### Expressive Console

[](#expressive-console)

Developers for developers, this lib have service provider for ServiceManager zend.

##### How use it:

[](#how-use-it)

```
composer require marcosadantas/expressive-console

```

##### Define Command:

[](#define-command)

```
class MigrationCommand extende ExpressiveConsole\BaseCommand
{
}

```

##### Configuration

[](#configuration)

```
// On service provider, or config file
[
    'commands' => [
        'migration:create' => MigrationCommand::class,
    ]
]

```

When install package service manage try to config it. if not can, add this array to configuration file providers:

```
ExpressiveConsole\ConfigProvider

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3072d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11980109?v=4)[Marcos Dantas](/maintainers/lpj145)[@lpj145](https://github.com/lpj145)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/marcosadantas-expressive-console/health.svg)

```
[![Health](https://phpackages.com/badges/marcosadantas-expressive-console/health.svg)](https://phpackages.com/packages/marcosadantas-expressive-console)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[laminas/laminas-cli

Command-line interface for Laminas projects

563.7M54](/packages/laminas-laminas-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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