PHPackages                             maplephp/cli-app - 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. maplephp/cli-app

ActiveProject[Framework](/categories/framework)

maplephp/cli-app
================

Starter project for building CLI applications with MaplePHP, including routing, controllers, dependency injection, and command tooling ready for extension and customization.

v1.0.0-beta.1(3mo ago)01Apache-2.0PHPPHP &gt;=8.2

Since Feb 15Pushed 3mo agoCompare

[ Source](https://github.com/MaplePHP/cli-app)[ Packagist](https://packagist.org/packages/maplephp/cli-app)[ Docs](https://wazabii.se/)[ RSS](/packages/maplephp-cli-app/feed)WikiDiscussions main Synced 2mo ago

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

MaplePHP CLI App
================

[](#maplephp-cli-app)

A lightweight CLI application skeleton built on the MaplePHP ecosystem. It provides a modern command-line framework with routing, controllers, dependency injection, services, and PSR-compatible components so you can build any CLI application or automation tool.

This project is intended to be installed using Composer’s `create-project` and serves as the starting point for CLI applications.

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

[](#installation)

Create a new project:

```
composer create-project maplephp/cli-app my-app
cd my-app
```

Run the CLI:

```
./cli
```

Usage
-----

[](#usage)

Typical commands:

```
./cli list
./cli run --arg=1
./cli help
```

Project Structure
-----------------

[](#project-structure)

Example structure:

```
my-app/
├── app/
│   ├── Controllers/
│   └── Services/
├── routers/
├── vendor/

```

Features
--------

[](#features)

- Command routing and dispatch
- Controller and service structure
- Dependency Injection container
- PSR-compatible components
- Command helpers and tooling
- Extendable architecture for plugins or modules

Relationship to Unitary
-----------------------

[](#relationship-to-unitary)

`maplephp/unitary` is the testing framework and provides:

```
vendor/bin/unitary

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance82

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

92d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/724b188e785081275926c5b9c07082e2b3f4afb797efdda61eb1630457e17824?d=identicon)[wazabii](/maintainers/wazabii)

---

Top Contributors

[![wazabii8](https://avatars.githubusercontent.com/u/6400238?v=4)](https://github.com/wazabii8 "wazabii8 (6 commits)")

---

Tags

psrphpcliframeworkmvc

### Embed Badge

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

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

###  Alternatives

[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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