PHPackages                             newclass/impero - 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. newclass/impero

ActiveLibrary

newclass/impero
===============

The PHP command manager.

v1.0.1(8y ago)018MITPHPPHP &gt;=5.6.0

Since Oct 26Pushed 8y agoCompare

[ Source](https://github.com/newclass-pl/impero)[ Packagist](https://packagist.org/packages/newclass/impero)[ RSS](/packages/newclass-impero/feed)WikiDiscussions master Synced 3d ago

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

README
======

[](#readme)

[![license](https://camo.githubusercontent.com/4a018965bd8c82cecfad8d9c844dcefc678a887eab90cb8965f025467d3da080/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626166732f7669612e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/4a018965bd8c82cecfad8d9c844dcefc678a887eab90cb8965f025467d3da080/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626166732f7669612e7376673f7374796c653d666c61742d737175617265)[![PHP 5.6+](https://camo.githubusercontent.com/00f1ebc3583983b208f6f91a2f82b6b0d0f59c3fce940a53f23a013c781cf2ff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d352e362b2d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/00f1ebc3583983b208f6f91a2f82b6b0d0f59c3fce940a53f23a013c781cf2ff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d352e362b2d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)

What is Impero?
---------------

[](#what-is-impero)

Impero is command line manager.

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

[](#installation)

The best way to install is to use the composer by command:

```
composer require newclass/impero
composer install

```

Use example
-----------

[](#use-example)

```
use Impero\CommandExecutor;

$executor = new CommandExecutor();
$executor->register(new MyCommand()); //class implemented Impero\CommandInterface
$executor->register(new MySecondCommand());  //class implemented Impero\CommandInterface
$executor->execute($argv);

```

Run test
--------

[](#run-test)

```
php ./vendor/bin/phpunit

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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 ~0 days

Total

2

Last Release

3122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4acb0470eeb89d512ba7302a6184b091c03a433695340e6a4e87e75fe87bdbc6?d=identicon)[newclass-pl](/maintainers/newclass-pl)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/newclass-impero/health.svg)

```
[![Health](https://phpackages.com/badges/newclass-impero/health.svg)](https://phpackages.com/packages/newclass-impero)
```

PHPackages © 2026

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