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(5y ago)0461MITPHPPHP &gt;=7.1

Since Sep 5Pushed 5y 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 yesterday

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 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

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

2180d 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

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.7k348.7M10.5k](/packages/nunomaduro-collision)[nunomaduro/phpinsights

Instant PHP quality checks from your console.

5.6k11.4M471](/packages/nunomaduro-phpinsights)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

369270.0k8](/packages/matthiasnoback-symfony-console-form)[laminas/laminas-cli

Command-line interface for Laminas projects

564.0M67](/packages/laminas-laminas-cli)[testo/testo

A lightweight PHP testing framework.

1943.4k36](/packages/testo-testo)

PHPackages © 2026

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