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

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

nicolasdewez/application-console
================================

This library provides use console application

1.2.0(10y ago)024MITPHP

Since Apr 26Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (7)Used By (0)

ApplicationConsoleBundle
========================

[](#applicationconsolebundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/fcd9a327b3f25a0f91c1d28da7639751bb2bde1c6e05f0fadf729ea866982901/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32306663653330652d323631362d346135312d386666362d3030653364396464316131622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/20fce30e-2616-4a51-8ff6-00e3d9dd1a1b)

The `ApplicationConsoleBundle` provides use console application with container in application and commands.

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
    $ composer require nicolasdewez/application-console
```

This command requires you to have Composer installed globally, as explained in the `installation chapter`\_ of the Composer documentation.

Using
=====

[](#using)

Create an application file console.

```
    use App\Command\MyCommand;
    use Ndewez\ApplicationConsoleBundle\Application\Application;

    $application = new Application(__DIR__.'/config/services.xml');
    $application->addContainerCommand(new MyCommand());
    $application->run();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

6

Last Release

4003d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[highcore/temporal-bundle

Command Runner and Activity Registry for Temporal

1712.4k](/packages/highcore-temporal-bundle)

PHPackages © 2026

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