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 3w 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 21% 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://avatars.githubusercontent.com/u/12723639?v=4)[Anas El Alami](/maintainers/khofaai)[@khofaai](https://github.com/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

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/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)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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