PHPackages                             alanvdb/symfony-console-application - 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. alanvdb/symfony-console-application

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

alanvdb/symfony-console-application
===================================

Console application based on symfony/console library.

v1.1(11mo ago)041MITPHPPHP ^8.4CI failing

Since Jun 15Pushed 11mo agoCompare

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

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

alanvdb/symfony-console-application
===================================

[](#alanvdbsymfony-console-application)

Console application based on symfony/console library.

[![Latest Version](https://camo.githubusercontent.com/bdc2068b73c9ad9c33ccdaa33b488bb5de44dd165ba2eb53970e471215984170/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c616e7664622f73796d666f6e792d636f6e736f6c652d6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alanvdb/symfony-console-application)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/1eabbd788bd6dae71f32ba4bdb282d5a0b8b228a8c2b6f63620e2eab3078da94/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f616c616e7664622f73796d666f6e792d636f6e736f6c652d6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alanvdb/symfony-console-application)

Overview
--------

[](#overview)

Features
--------

[](#features)

Requirements
------------

[](#requirements)

- alanvdb/console-application-interface ^1.0

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

[](#installation)

```
composer require alanvdb/symfony-console-application
```

Usage
-----

[](#usage)

Here is an example of how to use `symfony-console-application`:

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

use AlanVdb\Console\SymfonyConsoleApplication;

$instance = new SymfonyConsoleApplication(
    'MyApp',
    '1.0',
    \My\Command::class // must implement AlanVdb\Console\Definition\CommandInterface
);
```

Factory pattern :

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

use AlanVdb\Console\Factory\SymfonyConsoleApplicationFactory;

$factory = new SymfonyConsoleApplicationFactory();
$instance = $factory->createConsoleApplication(
    'MyApp',
    '1.0',
    \My\Command::class // must implement AlanVdb\Console\Definition\CommandInterface
);
```

License
-------

[](#license)

This project is licensed under the MIT License. See the [MIT license](LICENSE) file for details.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance52

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79d5351bc1e25eb96224d5dd1bb67f5a60578d968784acf5f2c1edb897247b38?d=identicon)[alanvdb](/maintainers/alanvdb)

---

Top Contributors

[![Alanvdb](https://avatars.githubusercontent.com/u/35227520?v=4)](https://github.com/Alanvdb "Alanvdb (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alanvdb-symfony-console-application/health.svg)

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

###  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)
