PHPackages                             iampersistent/psr11-symfony-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. iampersistent/psr11-symfony-console

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

iampersistent/psr11-symfony-console
===================================

make a psr11 container available in the application for a console

v1.2(6y ago)0481MITPHPPHP &gt;=7.1

Since Sep 5Pushed 6y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (3)Used By (0)

PSR-11 Symfony Console
======================

[](#psr-11-symfony-console)

Makes the PSR container available for Commands.

```
use IamPersistent\Console\Application;

$application = new Application();
$application->setContainer($container);
$application->add(new MyCommand());
$application->run();
```

In the command

```
    protected function execute(InputInterface $input, OutputInterface $output)
    {
        $container = $this->getApplication()->getContainer();
    }
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

2225d ago

### Community

Maintainers

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

---

Tags

consolesymfonypsr11

### Embed Badge

![Health badge](/badges/iampersistent-psr11-symfony-console/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.3k](/packages/laravel-framework)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M232](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6943.5M448](/packages/drupal-core-recommended)[testo/testo

A lightweight PHP testing framework.

20319.6k160](/packages/testo-testo)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

761.4k](/packages/whatsdiff-whatsdiff)

PHPackages © 2026

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