PHPackages                             pingpong/modules-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. pingpong/modules-cli

ActiveLibrary

pingpong/modules-cli
====================

A console for pingpong/modules

7321PHP

Since Oct 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/pingpong-labs/modules-cli)[ Packagist](https://packagist.org/packages/pingpong/modules-cli)[ RSS](/packages/pingpong-modules-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Modules CLI Generators
======================

[](#modules-cli-generators)

This package is part of [pingpong/modules](https://github.com/pingpong-labs/modules) package.

### Installation

[](#installation)

Install globally.

```
composer global require "pingpong/modules-cli:dev-master"
```

Install locally for laravel project.

```
composer require "pingpong/modules-cli:dev-master"
```

### Setup

[](#setup)

After installation completed, you can access the `module` cli from `bin` folder.

Globally:

```
~/composer/vendor/bin/module

```

Locally:

```
vendor/bin/module

```

You may create alias for quick access the `module` cli, or export the bin path to your `~/.bashrc` file.

```
alias module="vendor/bin/module"

export PATH="vendor/bin:$PATH"
```

### Usage

[](#usage)

There is some command you can use for generating a module, module's controller or others. You may also show all available command using `module list` command.

```
$ module list
```

[![Screenshot](https://raw.githubusercontent.com/pingpong-labs/modules-cli/master/shots/console.png)](https://raw.githubusercontent.com/pingpong-labs/modules-cli/master/shots/console.png)

### Available Commands

[](#available-commands)

Coming Soon

### License

[](#license)

This package is open-sourced software licensed under [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5221291be74d1e0ddef6931aa833f02a106df5b972431926321bf4f12d16b62b?d=identicon)[gravitano](/maintainers/gravitano)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/pingpong-modules-cli/health.svg)

```
[![Health](https://phpackages.com/badges/pingpong-modules-cli/health.svg)](https://phpackages.com/packages/pingpong-modules-cli)
```

PHPackages © 2026

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