PHPackages                             200mph/m-commander - 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. 200mph/m-commander

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

200mph/m-commander
==================

Easy tool for executing your own module via command line

1.1.5(9y ago)074MITPHPPHP &gt;=5.4.0

Since Dec 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/200MPH/m-commander)[ Packagist](https://packagist.org/packages/200mph/m-commander)[ Docs](https://github.com/200MPH/m-commander)[ RSS](/packages/200mph-m-commander/feed)WikiDiscussions master Synced today

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

m-commander
===========

[](#m-commander)

Easy tool for executing your own module via command line

1.Install via Composer (best option, however you can use it without it)

```
"200mph/m-commander": "1.1.*"

```

2.Create your command line module class and extend AbstractCliModule() from m-commander vendor

```
namespace cli\MyTest;

use m-commander\AbstractCliModule;

class TestMe() extends AbstractCliModule
{

    /**
     * We have to create execute() method (abstraction requirements)
     *
     * @return void
    /*
    protected function execute()
    {

        $this->successOutput('Hello World' . PHP_EOL);

    }
}

```

3.Run your module

```
./vendor/bin/m-commander cli\\MyTest\\TestMe -v

```

You can also use semi quotes to avoid double back slashes notation.

```
./vendor/bin/m-commander 'cli\MyTest\TestMe' -v

```

Above notation is recommended if command have to be executed in CRON, or another shell script.

For more examples please have a look in to ./examples folder

4.Default options

-h --help Display this page -v --verbose Verbose mode -w --write-output Write output in to file. Eg "./m-commander 'myNamespace\\MyModule' -w /home/user/test.log" -l --lock Lock module process. Will not let you run another instance of this same module until current is finished. However you can execute script for another module.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Every ~27 days

Recently: every ~80 days

Total

14

Last Release

3493d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16258307?v=4)[Wojtek](/maintainers/200MPH)[@200MPH](https://github.com/200MPH)

---

Top Contributors

[![200MPH](https://avatars.githubusercontent.com/u/16258307?v=4)](https://github.com/200MPH "200MPH (67 commits)")

---

Tags

clicommand-lineexec

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/200mph-m-commander/health.svg)

```
[![Health](https://phpackages.com/badges/200mph-m-commander/health.svg)](https://phpackages.com/packages/200mph-m-commander)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

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

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

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

PHP CLI Commando Style

8033.4M39](/packages/nategood-commando)[minicli/minicli

Experimental micro CLI framework for PHP

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

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

815424.6k52](/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)
