PHPackages                             yumi/console - 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. yumi/console

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

yumi/console
============

41711PHP

Since Nov 21Pushed 7y ago3 watchersCompare

[ Source](https://github.com/khofaai/yumi)[ Packagist](https://packagist.org/packages/yumi/console)[ RSS](/packages/yumi-console/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (1)

yumi-console
============

[](#yumi-console)

This package used for [chibi framework](https://github.com/akiyamaSM/chibi)

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

[](#installation)

```
composer require yumi/console

```

this package uses `symfony/console` package

Documentations
--------------

[](#documentations)

Each `Command` extends from `YumiCommand::class`. and each `Command` execute a `fire` function when that command executed

Commands
--------

[](#commands)

### Create Controller

[](#create-controller)

\[name\] is you controller name, by default yumi add 'Controller' to controller name.

```
php yumi create:controller [name]
```

this will be created inside "app/Controllers/" for [chibi framework](https://github.com/akiyamaSM/chibi)

### Create Model

[](#create-model)

- \[name\] : is you model name, by default yumi.
- --table : by default is empty, but its here where you specify table name for this model

```
php yumi create:model [name] --table=tableName
```

this will be created inside "app/" for [chibi framework](https://github.com/akiyamaSM/chibi)

### Create Hurdle

[](#create-hurdle)

*not yet available*

### Create Listener

[](#create-listener)

*not yet available*

### Create Event

[](#create-event)

*not yet available*

### Create view

[](#create-view)

*not yet available*

### List Routes

[](#list-routes)

*not yet available*

### List Configuration

[](#list-configuration)

*not yet available*

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity39

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/05334befe64e0ea9c76cd2155aa171e6a69796181334bfea94928c475ebf4b8c?d=identicon)[khofaai](/maintainers/khofaai)

---

Top Contributors

[![khofaai](https://avatars.githubusercontent.com/u/12723639?v=4)](https://github.com/khofaai "khofaai (5 commits)")

### Embed Badge

![Health badge](/badges/yumi-console/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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