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

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

fastd/console
=============

FastD console component

v2.0.2(9y ago)22.0k12MITPHPPHP &gt;=7.0

Since Jul 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/JanHuang/console)[ Packagist](https://packagist.org/packages/fastd/console)[ RSS](/packages/fastd-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (18)Used By (2)

Console
=======

[](#console)

[![Building](https://camo.githubusercontent.com/60316f5b73d7c48b3ad5efaaf56766f436692c5b44585e78b63bfbfe7256090c/68747470733a2f2f6170692e7472617669732d63692e6f72672f4a616e4875616e672f636f6e736f6c652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/60316f5b73d7c48b3ad5efaaf56766f436692c5b44585e78b63bfbfe7256090c/68747470733a2f2f6170692e7472617669732d63692e6f72672f4a616e4875616e672f636f6e736f6c652e7376673f6272616e63683d6d6173746572)[![Latest Stable Version](https://camo.githubusercontent.com/86bd8f92085e80bec10701101a77b2af9324a9db68296b66b78505f1d09d4f31/68747470733a2f2f706f7365722e707567782e6f72672f66617374642f636f6e736f6c652f762f737461626c65)](https://packagist.org/packages/fastd/console) [![Total Downloads](https://camo.githubusercontent.com/c2138c6cf22cd13923e47b72c5912dc2a27c8c224d3b4571cd45df09ce4c4d33/68747470733a2f2f706f7365722e707567782e6f72672f66617374642f636f6e736f6c652f646f776e6c6f616473)](https://packagist.org/packages/fastd/console) [![Latest Unstable Version](https://camo.githubusercontent.com/201a32f7e414feca9e41067c22837b84774961f3a0384fc080e3987c26ad79ca/68747470733a2f2f706f7365722e707567782e6f72672f66617374642f636f6e736f6c652f762f756e737461626c65)](https://packagist.org/packages/fastd/console) [![License](https://camo.githubusercontent.com/832e49f69df564a34c2995a4f89371fa20536e484fb1b180597c1a2b43654324/68747470733a2f2f706f7365722e707567782e6f72672f66617374642f636f6e736f6c652f6c6963656e7365)](https://packagist.org/packages/fastd/console)

PHP CLI Application.

### Requirements

[](#requirements)

- PHP &gt;= 5.6

### Installation

[](#installation)

```
composer require "fastd/console:3.0.x-dev" -vvv
```

### Usage

[](#usage)

```
use FastD\Console\Console;

include_once __DIR__ . '/tests/OutputHelloCommand.php';
include_once __DIR__ . '/tests/OutputWorldCommand.php';

$console = new Console();

$console->addCommand(new OutputWorldCommand());
$console->addCommand(new OutputHelloCommand());

$console->run();
```

```
phpunit
```

License MIT
-----------

[](#license-mit)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

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

Total

17

Last Release

3471d ago

Major Versions

v0.1.2 → 1.0.x-dev2015-07-23

v0.1.3 → v2.0.0-beta12016-05-04

2.1.x-dev → 3.0.x-dev2016-11-15

PHP version history (2 changes)v0.1.1PHP &gt;=5.4

v2.0.0-beta1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/94c2bc821caf23977e1c3deea85e3cbc9a73a632e1afaf778638f7fe9da1c42b?d=identicon)[JanHuang](/maintainers/JanHuang)

---

Top Contributors

[![JanHuang](https://avatars.githubusercontent.com/u/7090871?v=4)](https://github.com/JanHuang "JanHuang (159 commits)")

---

Tags

consoleFastD

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[nunomaduro/phpinsights

Instant PHP quality checks from your console.

5.6k10.8M426](/packages/nunomaduro-phpinsights)[recca0120/terminal

run laravel artisan command in web application

878410.9k2](/packages/recca0120-terminal)[drupal/console-core

Drupal Console Core

13514.7M12](/packages/drupal-console-core)

PHPackages © 2026

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