PHPackages                             machiridont/clirec - 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. machiridont/clirec

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

machiridont/clirec
==================

CLI request class

v1.0.0(3y ago)14MITPHPPHP &gt;=7.4

Since Dec 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Machirodont/clirec)[ Packagist](https://packagist.org/packages/machiridont/clirec)[ RSS](/packages/machiridont-clirec/feed)WikiDiscussions main Synced 1mo ago

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

CliRequest object represents command line parameters.

Call script in CLI with parameters like:

```
php index.php -ab --key1=value1 value2
```

```
$req=CliRequest::getRequest();

$req->get('a');      //true
$req->get('b');      //true
$req->get('ab');     //null
$req->get('key1');   //'value1'
$req->get(0);        //'value2'
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

1235d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6900f1e607362d166c4db4ec50006afe09eb628faba243f25bafbae60f1724aa?d=identicon)[Machirodont](/maintainers/Machirodont)

---

Tags

cli

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/machiridont-clirec/health.svg)

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

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

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

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

4.6k331.8M8.4k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M285](/packages/nunomaduro-termwind)[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[wp-cli/php-cli-tools

Console utilities for PHP

68325.0M364](/packages/wp-cli-php-cli-tools)[socialengine/sniffer-rules

A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.

1248.2k1](/packages/socialengine-sniffer-rules)

PHPackages © 2026

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