PHPackages                             precision-soft/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. precision-soft/symfony-console

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

precision-soft/symfony-console
==============================

Symfony bundle for generating cron, Supervisor, and Kubernetes configuration files

v2.3.7(1mo ago)06.3k↓50%2MITPHPPHP &gt;=8.2

Since Sep 19Pushed 2mo agoCompare

[ Source](https://github.com/precision-soft/symfony-console)[ Packagist](https://packagist.org/packages/precision-soft/symfony-console)[ Docs](https://github.com/precision-soft/symfony-console)[ RSS](/packages/precision-soft-symfony-console/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (16)Versions (18)Used By (2)

Symfony console
===============

[](#symfony-console)

**You may fork and modify it as you wish**.

Any suggestions are welcomed.

Config example
--------------

[](#config-example)

**precision\_soft\_symfony\_console.yaml**

```
precision_soft_symfony_console:
    cron:
        config:
            template_class: \PrecisionSoft\Symfony\Console\Template\CrontabTemplate
            conf_files_dir: '%kernel.project_dir%/generated_conf/cron'
            logs_dir: '%kernel.logs_dir%/cron'
            log: true
            destination_file: 'crontab'
            heartbeat: true
        commands:
            list:
                command: '%kernel.project_dir%/bin/console list'
                schedule:
                    minute: '*'
                    hour: '*'
                    day_of_month: '*'
                    month: '*'
                    day_of_week: '*'
                log: false

    worker:
        config:
            template_class: \PrecisionSoft\Symfony\Console\Template\SupervisorTemplate
            conf_files_dir: '%kernel.project_dir%/generated_conf/worker'
            logs_dir: '%kernel.logs_dir%/worker'
            number_of_processes: 1
            auto_start: true
            auto_restart: true
            prefix: 'app-name'
            user: 'root'
        commands:
            list:
                command: '%kernel.project_dir%/bin/console list'
                number_of_processes: 2
```

If the **precision\_soft\_symfony\_console.cronjob.config.heartbeat** a command with the name `heartbeat` will automatically be added, if not added by you.

For custom templates
--------------------

[](#for-custom-templates)

Create a template service to implement **PrecisionSoft\\Symfony\\Console\\Contract\\TemplateInterface** and add to your **services.yaml** this config:

```
services:
    _instanceof:
        PrecisionSoft\Symfony\Console\Contract\TemplateInterface:
            tags: [ 'precision-soft.symfony.console.template' ]
```

Dev
---

[](#dev)

```
git clone git@gitlab.com:precision-soft-open-source/symfony/console.git
cd console

./dc build && ./dc up -d
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance87

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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

Recently: every ~0 days

Total

17

Last Release

58d ago

Major Versions

v1.2.1 → v2.0.02024-12-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc22fddecbd2128c6ed8b90f69c5a5bc1445f3e42ea1845b03c0f26a955ae307?d=identicon)[adrian.jeledintan](/maintainers/adrian.jeledintan)

---

Tags

consolesymfonyworkercronjob

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/precision-soft-symfony-console/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[drupal/console-core

Drupal Console Core

13514.7M12](/packages/drupal-console-core)[shapecode/cron-bundle

This bundle provides scheduled execution of Symfony commands

59493.0k2](/packages/shapecode-cron-bundle)

PHPackages © 2026

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