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

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

tempest/console
===============

The console component provides a way to build commands within the framework or standalone command-line applications.

v3.8.0(1mo ago)7349.2k↓50%23MITPHPPHP ^8.5

Since Apr 15Pushed 1mo ago5 watchersCompare

[ Source](https://github.com/tempestphp/tempest-console)[ Packagist](https://packagist.org/packages/tempest/console)[ RSS](/packages/tempest-console/feed)WikiDiscussions 3.x Synced 1mo ago

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

A revolutionary way of building console applications in PHP.
============================================================

[](#a-revolutionary-way-of-building-console-applications-in-php)

```
composer require tempest/console

```

```
final readonly class Hello
{
    public function __construct(private Console $console) {}

    #[ConsoleCommand]
    public function world(): void
    {
        $this->console->writeln('Hello World!');
    }
}
```

[Get started here](https://tempestphp.com/console)

[Join the Tempest Discord](https://discord.gg/pPhpTGUMPQ)

###  Health Score

61

—

FairBetter than 99% of packages

Maintenance90

Actively maintained with recent releases

Popularity39

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 75.4% 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 ~8 days

Recently: every ~1 days

Total

75

Last Release

52d ago

Major Versions

0.0.7 → 1.0-alpha22024-10-03

1.x-dev → v2.0.02025-09-16

2.x-dev → v3.0.02026-02-12

PHP version history (3 changes)0.0.7PHP ^8.3

v1.0.0-alpha.5PHP ^8.4

v3.0.0PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cb3720658b52133e7200a378eae26508fb343534a3c115bd3ee74ea9d501ba2?d=identicon)[brendt](/maintainers/brendt)

![](https://www.gravatar.com/avatar/3dca3c3ac71024f7878526a0fe0a384fbf198ed711fe7e7bb34177a1dbc849f6?d=identicon)[golthem](/maintainers/golthem)

---

Top Contributors

[![brendt](https://avatars.githubusercontent.com/u/6905297?v=4)](https://github.com/brendt "brendt (144 commits)")[![innocenzi](https://avatars.githubusercontent.com/u/16060559?v=4)](https://github.com/innocenzi "innocenzi (26 commits)")[![xHeaven](https://avatars.githubusercontent.com/u/14284867?v=4)](https://github.com/xHeaven "xHeaven (11 commits)")[![aazsamir](https://avatars.githubusercontent.com/u/17406826?v=4)](https://github.com/aazsamir "aazsamir (2 commits)")[![Bapawe](https://avatars.githubusercontent.com/u/3219127?v=4)](https://github.com/Bapawe "Bapawe (2 commits)")[![happytodev](https://avatars.githubusercontent.com/u/425998?v=4)](https://github.com/happytodev "happytodev (1 commits)")[![gitoido](https://avatars.githubusercontent.com/u/2114164?v=4)](https://github.com/gitoido "gitoido (1 commits)")[![kapersoft](https://avatars.githubusercontent.com/u/13007854?v=4)](https://github.com/kapersoft "kapersoft (1 commits)")[![mmachatschek](https://avatars.githubusercontent.com/u/10237069?v=4)](https://github.com/mmachatschek "mmachatschek (1 commits)")[![TimWolla](https://avatars.githubusercontent.com/u/209270?v=4)](https://github.com/TimWolla "TimWolla (1 commits)")[![aidan-casey](https://avatars.githubusercontent.com/u/6686277?v=4)](https://github.com/aidan-casey "aidan-casey (1 commits)")

---

Tags

cliframeworkphpterminal

### Embed Badge

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

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

###  Alternatives

[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[humbug/php-scoper

Prefixes all PHP namespaces in a file or directory.

7963.0M35](/packages/humbug-php-scoper)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[notamedia/console-jedi

Console application for CMS Bitrix

8942.5k1](/packages/notamedia-console-jedi)[gskema/prestashop-installer

PrestaShop application installer.

142.2k](/packages/gskema-prestashop-installer)

PHPackages © 2026

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