PHPackages                             mvccore/ext-request-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. [Framework](/categories/framework)
4. /
5. mvccore/ext-request-cli

ActiveLibrary[Framework](/categories/framework)

mvccore/ext-request-cli
=======================

MvcCore - Extension - Request - CLI - console arguments parsing into \\MvcCore\\Request object.

v4.3.1(8y ago)1141BSD-3-ClausePHPPHP &gt;=5.3.0

Since Oct 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mvccore/ext-request-cli)[ Packagist](https://packagist.org/packages/mvccore/ext-request-cli)[ RSS](/packages/mvccore-ext-request-cli/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

MvcCore Extension - Request - CLI
=================================

[](#mvccore-extension---request---cli)

[![Latest Stable Version](https://camo.githubusercontent.com/18889afbb3700af3334abad628a3a9e291c4d3bba13315744b29fe07e0ad3734/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537461626c652d76342e332e312d627269676874677265656e2e7376673f7374796c653d706c6173746963)](https://github.com/mvccore/ext-request-cli/releases)[![License](https://camo.githubusercontent.com/c5143de245d5a50be806c8728284ebb020dbab2276b1d84cb8e4ddaf0e45a9df/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4253442d627269676874677265656e2e7376673f7374796c653d706c6173746963)](https://mvccore.github.io/docs/mvccore/4.0.0/LICENCE.md)[![PHP Version](https://camo.githubusercontent.com/9e923690739211296a00adce5d359999dfa345f80fc1b2e2cfe72c49523ee334/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e342d627269676874677265656e2e7376673f7374796c653d706c6173746963)](https://camo.githubusercontent.com/9e923690739211296a00adce5d359999dfa345f80fc1b2e2cfe72c49523ee334/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e342d627269676874677265656e2e7376673f7374796c653d706c6173746963)

MvcCore Request extension to parse console arguments into \\MvcCore\\Request object.

Installation
------------

[](#installation)

```
composer require mvccore/ext-request-cli
```

Usage
-----

[](#usage)

```
# equivalent to: index.php?controller=controller-name&action=action-name&id=10
php index.php -c controller-name -a action-name -id 10

```

### PHP application Bootstrap.php

[](#php-application-bootstrapphp)

Put this patching code in very beginning of your application:

```
\MvcCore::GetInstance()->SetRequestClass('\\MvcCore\\Ext\\Request\\Cli');
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3071d ago

### Community

Maintainers

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

---

Top Contributors

[![tomFlidr](https://avatars.githubusercontent.com/u/1833722?v=4)](https://github.com/tomFlidr "tomFlidr (15 commits)")

---

Tags

requestplugincliconsolecommand-lineframeworkmvcextensionplug-inextcmdmvccoresh

### Embed Badge

![Health badge](/badges/mvccore-ext-request-cli/health.svg)

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

PHPackages © 2026

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