PHPackages                             sergiors/console-service-provider - 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. sergiors/console-service-provider

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

sergiors/console-service-provider
=================================

Console for Pimple

2.1.0(9y ago)259411MITPHPPHP &gt;=5.5

Since Nov 1Pushed 9y ago2 watchersCompare

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

READMEChangelogDependencies (10)Versions (8)Used By (1)

Console Service Provider
------------------------

[](#console-service-provider)

To see the complete documentation, check out [Console](http://symfony.com/doc/current/components/console/introduction.html)

Install
-------

[](#install)

```
composer require sergiors/console-service-provider
```

How to use
----------

[](#how-to-use)

```
use Silex\Application;
use Sergiors\Silex\Provider\ConsoleServiceProvider;

$app = new Application();
$app->register(new ConsoleServiceProvider(), [
    'console.name' => '{Your Application Name}',
    'console.version' => '1.0.0-dev'
]);
$app->boot();
$app['console']->run();
```

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

Recently: every ~52 days

Total

7

Last Release

3575d ago

Major Versions

1.x-dev → 2.0.02016-05-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/75b67763139f7a8c96302299f5a40a386d565829af3061bb55465c8808d54428?d=identicon)[sergiors](/maintainers/sergiors)

---

Top Contributors

[![sergiors](https://avatars.githubusercontent.com/u/2046276?v=4)](https://github.com/sergiors "sergiors (13 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sergiors-console-service-provider/health.svg)

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

###  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)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)[niktux/karma

CLI tool to manage environment dependent configuration

1816.0k](/packages/niktux-karma)

PHPackages © 2026

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