PHPackages                             rudra/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. [CLI &amp; Console](/categories/cli)
4. /
5. rudra/cli

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

rudra/cli
=========

Cli Application

v26.1(4mo ago)19732MPL-2.0PHPPHP &gt;=8.3CI passing

Since Jun 27Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Jagepard/Rudra-Cli)[ Packagist](https://packagist.org/packages/rudra/cli)[ RSS](/packages/rudra-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (2)

[![PHPunit](https://github.com/Jagepard/Rudra-Cli/actions/workflows/php.yml/badge.svg)](https://github.com/Jagepard/Rudra-Cli/actions/workflows/php.yml)[![Maintainability](https://camo.githubusercontent.com/4f22fffd1ebb799f36b8f3fdd4c25cb383697fc78a8d3490cd327f0b41e14211/68747470733a2f2f716c74792e73682f6261646765732f31393335623831342d353433352d343133372d386430372d3965316538653232623437342f6d61696e7461696e6162696c6974792e737667)](https://qlty.sh/gh/Jagepard/projects/Rudra-Cli)[![CodeFactor](https://camo.githubusercontent.com/9b2cf8a276e9af5a51b2960d8713bb097dc08bdc9faa6e08b766171f270e7063/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f4a616765706172642f52756472612d436c692f6261646765)](https://www.codefactor.io/repository/github/Jagepard/Rudra-Cli)[![Coverage Status](https://camo.githubusercontent.com/63693175ce236f436a4ea626d216f2edcabc7243a04922ce0633805d3362aabb/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4a616765706172642f52756472612d436c692f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Jagepard/Rudra-Cli?branch=master)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

Rudra-Cli | [API](https://github.com/Jagepard/Rudra-Cli/blob/main/docs.md)
==========================================================================

[](#rudra-cli--api)

```
use Rudra\Cli\Console;
use Rudra\Cli\Tests\App\Command\TestCommand;

parse_str(implode('&', array_slice($argv, 1)), $inputArgs);

$console = new Console();
$console->addCommand('spongebob', [TestCommand::class]);
$console->addCommand('second', [TestCommand::class, "actionSecond"]);

$console->invoke($inputArgs);
```

`php rudra spongebob`

- Вы готовы дети? Скажите ДА капитан: да
- Не слышу!!!(

`php rudra spongebob`

- Вы готовы дети? Скажите ДА капитан: ДА
- Кто обетает на дне океана?! SPONGEBOB SQUAREPANTS!!!

License
-------

[](#license)

This project is licensed under the **Mozilla Public License 2.0 (MPL-2.0)** — a free, open-source license that:

- Requires preservation of copyright and license notices,
- Allows commercial and non-commercial use,
- Requires that any modifications to the original files remain open under MPL-2.0,
- Permits combining with proprietary code in larger works.

📄 Full license text: [LICENSE](./LICENSE)
🌐 Official MPL-2.0 page:

---

Проект распространяется под лицензией **Mozilla Public License 2.0 (MPL-2.0)**. Это означает:

- Вы можете свободно использовать, изменять и распространять код.
- При изменении файлов, содержащих исходный код из этого репозитория, вы обязаны оставить их открытыми под той же лицензией.
- Вы **обязаны сохранять уведомления об авторстве** и ссылку на оригинал.
- Вы можете встраивать код в проприетарные проекты, если исходные файлы остаются под MPL.

📄 Полный текст лицензии (на английском): [LICENSE](./LICENSE)
🌐 Официальная страница:

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance76

Regular maintenance activity

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

143d ago

Major Versions

v25.12 → v26.12025-12-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/75e65761bdd94035d1c783773a706d5722ce3164fe55d9722581c2cb4a642d8c?d=identicon)[jagepard](/maintainers/jagepard)

---

Top Contributors

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

---

Tags

clicommand-linerudra

### Embed Badge

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

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

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

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

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

4.6k331.8M8.5k](/packages/nunomaduro-collision)[nategood/commando

PHP CLI Commando Style

8123.3M38](/packages/nategood-commando)[minicli/minicli

Experimental micro CLI framework for PHP

1.1k382.5k47](/packages/minicli-minicli)[nunomaduro/laravel-console-menu

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

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)

PHPackages © 2026

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