PHPackages                             codilar/cli-process-management - 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. codilar/cli-process-management

ActiveMagento2-module[CLI &amp; Console](/categories/cli)

codilar/cli-process-management
==============================

A magento extension to allow Magento admins to execute certain CLI commands

1.0.0(2y ago)03proprietaryPHP

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/joy-codilar/cli-process-management)[ Packagist](https://packagist.org/packages/codilar/cli-process-management)[ RSS](/packages/codilar-cli-process-management/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

A magento extension to allow Magento admins to execute certain CLI commands
===========================================================================

[](#a-magento-extension-to-allow-magento-admins-to-execute-certain-cli-commands)

### Installation

[](#installation)

`composer require codilar/cli-process-management`

Running commands as admin
-------------------------

[](#running-commands-as-admin)

After logging in go to **System** &gt; **Tools** &gt; **CLI Process Management** to see the list of available commands. Click on the Execute button for whichever command you want to run

Adding custom commands
----------------------

[](#adding-custom-commands)

In your `/etc/di.xml` add the command as a virtual type (or we can create a new class itself which implements `\Codilar\CliProcessManagement\Model\CommandInterface`)

```

        Crontab List
        Lists the active crons for current user
        crontab -l

```

Then inject your new class in the command pool

```

            Codilar\CliProcessManagement\Model\Command\CrontabList

```

and that's it! Your new command is available to be used by the admin

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a950d70b7071b0b11488a437d748f75629b81a4899d44efbd683797064e2f7af?d=identicon)[jayankaghosh](/maintainers/jayankaghosh)

---

Top Contributors

[![joy-codilar](https://avatars.githubusercontent.com/u/46239833?v=4)](https://github.com/joy-codilar "joy-codilar (7 commits)")

### Embed Badge

![Health badge](/badges/codilar-cli-process-management/health.svg)

```
[![Health](https://phpackages.com/badges/codilar-cli-process-management/health.svg)](https://phpackages.com/packages/codilar-cli-process-management)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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