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

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

cherry-project/console
======================

CLI Console for Cherry-project

v1.7.1(7y ago)136[1 issues](https://github.com/cherry-framework/console/issues)1MITPHPPHP &gt;=5.6.0

Since Apr 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cherry-framework/console)[ Packagist](https://packagist.org/packages/cherry-project/console)[ Docs](https://github.com/cherry-framework/console)[ RSS](/packages/cherry-project-console/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (1)

Cherry-Console
==============

[](#cherry-console)

CLI Console for Cherry-project.

[![GitHub license](https://camo.githubusercontent.com/10b9e057e3d2a31edec8f56fa4a08ad1ec38efee26b245ce9164fe050665dba3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6368657272792d6672616d65776f726b2f636f6e736f6c652e737667)](https://github.com/cherry-framework/console/blob/master/LICENSE)

[![GitHub release](https://camo.githubusercontent.com/035006f864037b1811b000ae3e7fefea6df6bf79064982d488f1d018b3dee976/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6368657272792d6672616d65776f726b2f636f6e736f6c652e737667)](https://github.com/cherry-framework/console/releases)

[![Packagist Version](https://camo.githubusercontent.com/bc43688d95a9ebccc895b158cedeb6a24a4f5fa69400b7c1f5cd6dea04adf115/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368657272792d70726f6a6563742f636f6e736f6c652e737667 "Packagist Version")](https://packagist.org/packages/cherry-project/console "Packagist Version")

---

Including
---------

[](#including)

**Install from composer** `composer require cherry-project/console`

Next you must create executable PHP script (Ex.: console).

**Note** Add this line at top of your console for executing it in PHP interpreter: `#!/usr/bin/env php`

**Include Autoloader in console**

```
require_once __DIR__ . '/vendor/autoload.php';
```

Usage
-----

[](#usage)

Import classes

```
use Cherry\Console\Console;
use Cherry\Kernel;
```

Create new Kernel and Console instance

```
$app = new Kernel(__DIR__);

$console = new Console();
```

Now you can get console help message:

`php console --help`

or

`./console --help`

**2019 © Cherry-project**

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Total

5

Last Release

2561d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/003cac08dd47c34ad3a5ed454c2968ed6afea9e26d57033867d4166fa08b3555?d=identicon)[ABGEO](/maintainers/ABGEO)

---

Top Contributors

[![ABGEO](https://avatars.githubusercontent.com/u/19558543?v=4)](https://github.com/ABGEO "ABGEO (50 commits)")

---

Tags

consolecherry

### Embed Badge

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

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

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B11.2k](/packages/symfony-console)[psy/psysh

An interactive shell for modern PHP.

9.8k545.6M714](/packages/psy-psysh)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M285](/packages/nunomaduro-termwind)[nunomaduro/phpinsights

Instant PHP quality checks from your console.

5.6k10.8M424](/packages/nunomaduro-phpinsights)[wp-cli/php-cli-tools

Console utilities for PHP

68325.0M364](/packages/wp-cli-php-cli-tools)

PHPackages © 2026

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