PHPackages                             cwmoss/final-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. cwmoss/final-cli

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

cwmoss/final-cli
================

v0.82(3mo ago)022PHPPHP &gt;=8.4

Since Apr 10Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/cwmoss/final-cli)[ Packagist](https://packagist.org/packages/cwmoss/final-cli)[ RSS](/packages/cwmoss-final-cli/feed)WikiDiscussions main Synced 1w ago

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

rules
-----

[](#rules)

### use types and naming conventions

[](#use-types-and-naming-conventions)

```
// required argument
string $_input_file =>

// optional argument
?string $_input_file=null => [input-file]

// optional flag
bool $force => --force

// option with required value
string $in => --in

// option with required value
string $i => -i

// option with short alias with required value
#[alias("i")]
string $in => -i|--in

// option with required value and documented name
string $in__input_file => --in

// option with optional value and documented name
string $in__input_file="/dev/null" => --in [input-file] default: /dev/null

```

### use attributes

[](#use-attributes)

```
#[cli("input-file")]
string $inp =>

#[cli("-i --input input-file")]
string $inp => -i|--input=

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance81

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community7

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

105d ago

### Community

Maintainers

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

---

Top Contributors

[![cwmoss](https://avatars.githubusercontent.com/u/16048828?v=4)](https://github.com/cwmoss "cwmoss (36 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.8k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[mallardduck/laravel-traits

A collection of useful Laravel snippets in the form of easy to use traits.

136.2k2](/packages/mallardduck-laravel-traits)

PHPackages © 2026

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