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

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

sbooker/console
===============

Console command superclass

1.1.0(4y ago)04.7k2MITPHPPHP ^7.1 || ^8.0

Since Jun 3Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (2)

Simple Symfony Console wrapper
==============================

[](#simple-symfony-console-wrapper)

Catch all exceptions and write message, trace (in verbose mode) to console output.

Returns code depends of executing result. Zero on success. Exception code or one otherwise.

[![Version](https://camo.githubusercontent.com/ec738865d304d2a5249ad11b2135478e2ee4e9ee24b6c28b5b7faaaa73cd4b51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73626f6f6b65722f636f6e736f6c652e737667)](https://packagist.org/packages/sbooker/console)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/sbooker/console/blob/master/LICENSE)[![Downloads](https://camo.githubusercontent.com/1c01c318f7a152fb6f4b5f7f7cdfb42431efc492f08a46ce584a538a0c0790c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73626f6f6b65722f636f6e736f6c652e737667)](https://packagist.org/packages/sbooker/console)

Installation
------------

[](#installation)

```
composer require sbooker/console
```

Usage
-----

[](#usage)

```
use Sbooker\Console\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

class ConcreteCommand extends Command
{
    // Define command. See [Symfony Console Component](https://symfony.com/doc/current/components/console.html)

    protected function doExecute(InputInterface $input, OutputInterface $output) : void {
        // .... do something successful ....
    }
}
```

License
-------

[](#license)

See [LICENSE](https://github.com/sbooker/console/blob/master/LICENSE) file.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

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

Total

3

Last Release

1625d ago

PHP version history (2 changes)1.0.0PHP ^7.1

1.0.1PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f97b1f6ea03776dda6e0ec26d1ff3a3309972d65bd1376eb111c2b35017af339?d=identicon)[sbooker](/maintainers/sbooker)

---

Top Contributors

[![sbooker](https://avatars.githubusercontent.com/u/3658174?v=4)](https://github.com/sbooker "sbooker (3 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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