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

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

viloveul/console
================

Viloveul Console Application based on Symfony Console

v1.0.4(6y ago)11581MITPHPPHP ~7.0

Since Jan 15Pushed 6y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (4)Versions (7)Used By (1)

Installation
============

[](#installation)

make sure your php version &gt; 7.0

```
composer require viloveul/console
```

HOW
---

[](#how)

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

class MyCommand extends Viloveul\Console\Command
{
    public function handle()
    {
        $this->writeNormal('Hello World');
        $this->writeInfo('Hello World');
        $this->writeError('Hello World');
        $this->writeQuestion('Hello World');
        $this->writeComment('Hello World');
    }
}

$console = new Viloveul\Console\Console();
$console->boot();

// add command
$cmd = new MyCommand("hello");
$console->add($cmd);

// run
$console->run();
```

then

```
$ php your-file hello
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~33 days

Total

6

Last Release

2543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/609a03f1a38d80aa5cf333dd556cb748371dbcbc880f3c580ecea72ff0fb228b?d=identicon)[zafex](/maintainers/zafex)

---

Top Contributors

[![zafex](https://avatars.githubusercontent.com/u/12587685?v=4)](https://github.com/zafex "zafex (17 commits)")

---

Tags

componentconsole-applicationphpviloveulviloveul-frameworkconsolelibrarycomponentzafexviloveulfajrulaz

### Embed Badge

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

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

###  Alternatives

[eddiriarte/console-select

A fancy selection interface for symfony's console component.

117.2k2](/packages/eddiriarte-console-select)

PHPackages © 2026

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