PHPackages                             symplify/console-package-builder - 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. symplify/console-package-builder

Abandoned → [symplify/package-builder](/?search=symplify%2Fpackage-builder)ArchivedLibrary[CLI &amp; Console](/categories/cli)

symplify/console-package-builder
================================

Package to speed up building command line applications

9.4.70(4y ago)254.2M—7.1%11MITPHPPHP &gt;=8.0

Since Nov 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/deprecated-packages/console-package-builder)[ Packagist](https://packagist.org/packages/symplify/console-package-builder)[ RSS](/packages/symplify-console-package-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (190)Used By (1)

Console Package Builder
=======================

[](#console-package-builder)

[![Downloads total](https://camo.githubusercontent.com/d2ec2720904688f67944093358bebb18693b486bece3c9259dabd224a0124066/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73796d706c6966792f636f6e736f6c652d7061636b6167652d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/symplify/console-package-builder/stats)

Package to speed up building command line applications

Install
-------

[](#install)

```
composer require symplify/console-package-builder --dev
```

Namesless Commands
------------------

[](#namesless-commands)

Do you want to have convention in command naming? Read [The Bullet Proof Symfony Command Naming](https://tomasvotruba.com/blog/2020/10/26/the-bullet-proof-symfony-command-naming/)

```
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Kernel;
use Symplify\ConsolePackageBuilder\DependencyInjection\CompilerPass\NamelessConsoleCommandCompilerPass;

class SomeKernel extends Kernel implements CompilerPassInterface
{
    public function process(ContainerBuilder $containerBuilder)
    {
        $containerBuilder->addCompilerPass(new NamelessConsoleCommandCompilerPass());
    }
}
```

Report Issues
-------------

[](#report-issues)

In case you are experiencing a bug or want to request a new feature head over to the [Symplify monorepo issue tracker](https://github.com/symplify/symplify/issues)

Contribute
----------

[](#contribute)

The sources of this package are contained in the Symplify monorepo. We welcome contributions for this package on [symplify/symplify](https://github.com/symplify/symplify).

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity50

Moderate usage in the ecosystem

Community12

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~1 days

Total

189

Last Release

1689d ago

PHP version history (3 changes)9.0.0-BETA9PHP &gt;=7.2

9.0.0-rc1PHP &gt;=7.3

v9.3.27PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/924196?v=4)[Tomas Votruba](/maintainers/TomasVotruba)[@TomasVotruba](https://github.com/TomasVotruba)

---

Top Contributors

[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (193 commits)")[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/symplify-console-package-builder/health.svg)

```
[![Health](https://phpackages.com/badges/symplify-console-package-builder/health.svg)](https://phpackages.com/packages/symplify-console-package-builder)
```

###  Alternatives

[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[zenstruck/schedule-bundle

Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.

4041.0M2](/packages/zenstruck-schedule-bundle)[ezsystems/ezplatform-cron

Simple cron bundle for eZ Platform

35711.2k9](/packages/ezsystems-ezplatform-cron)[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)
