PHPackages                             kfosoft/symfony-crontab - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kfosoft/symfony-crontab

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

kfosoft/symfony-crontab
=======================

Symfony Crontab

20.10(5y ago)022MITPHP &gt;=7.3

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kfosoft/symfony-crontab)[ Packagist](https://packagist.org/packages/kfosoft/symfony-crontab)[ RSS](/packages/kfosoft-symfony-crontab/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Symfony Crontab
===============

[](#symfony-crontab)

Installation
------------

[](#installation)

Installation with Composer

Either run

```
composer require kfosoft/symfony-crontab

```

Configuring
-----------

[](#configuring)

You have to add crontab configuration into `config/packages`Example file:

```
crontab:
  tab:
    # Internal job without params
    SomeJob:
      type: 'internal'
      command: 'symfony:command:name'
      expression: '*/1 * * * *'
    # Internal job with params
    SomeJobWithParams:
      type: 'internal'
      command: 'symfony:command:name'
      expression: '*/1 * * * *'
      params:
        argument1: 'argument'
        --option1: 'long option'
        -t: 'short option'
    # External job example
    ExternalSomeJob:
      type: 'external'
      command: '/bin/bash test -a --opt=123'
      expression: '*/1 * * * *'

```

Using
-----

[](#using)

```
bin/console cron:daemon

```

Supervisor config
-----------------

[](#supervisor-config)

```
[program:symfony-cron]
command=/fullpath/to/bin/console cron:daemon
autostart=true
autorestart=true
user=user_name_or_id
redirect_stderr=true

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2088d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3544388a2defce630d5b16fe9c38c91057278147939e8fac9a419386c3984a98?d=identicon)[kfosoft](/maintainers/kfosoft)

---

Top Contributors

[![nemed](https://avatars.githubusercontent.com/u/5604304?v=4)](https://github.com/nemed "nemed (2 commits)")

---

Tags

symfonyextensioncrontab

### Embed Badge

![Health badge](/badges/kfosoft-symfony-crontab/health.svg)

```
[![Health](https://phpackages.com/badges/kfosoft-symfony-crontab/health.svg)](https://phpackages.com/packages/kfosoft-symfony-crontab)
```

###  Alternatives

[arrowjustdoit/crontab

Crontab extension for laravel-admin

334.0k](/packages/arrowjustdoit-crontab)[gofmanaa/yii2-crontask

yii2 cron task manager

1012.6k](/packages/gofmanaa-yii2-crontask)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1359.3k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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