PHPackages                             padam87/cron-bundle - 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. padam87/cron-bundle

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

padam87/cron-bundle
===================

A cron job manager for symfony console.

v3.1.0(1y ago)1153.2k↓50%2[1 PRs](https://github.com/Padam87/CronBundle/pulls)MITPHPPHP ^8.1

Since May 19Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/Padam87/CronBundle)[ Packagist](https://packagist.org/packages/padam87/cron-bundle)[ Docs](https://github.com/Padam87/CronBundle)[ RSS](/packages/padam87-cron-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (31)Used By (0)

CronBundle
==========

[](#cronbundle)

A cron job manager for symfony console.

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

[](#installation)

A simple bundle install. No extra stuff.

`composer require padam87/cron-bundle`

`new Padam87\CronBundle\Padam87CronBundle(),`

Configuration
-------------

[](#configuration)

```
padam87_cron:
  log_dir: %cron_log_dir%
  variables:
    mailto: %cron_mailto%
    any_other_variable_you_might_need: 'some_value'
```

Usage (v3)
----------

[](#usage-v3)

**Please note that v2 versions of this bundle still support annotations.**

### Commands

[](#commands)

- `cron:dump` dumps the cronfile
- `cron:import` dumps the cronfile to the temp dir, and imports it

### Basic

[](#basic)

```
#[Job(minute: '5', hour: '0')]
class MyCommand extends Command
```

### Groups

[](#groups)

```
#[Job(minute: '5',hour: '0', group: 'master')]
class MyCommand extends Command
```

### Output file

[](#output-file)

```
#[Job(minute: '5', hour: '0', logFile: 'my-command.log')]
class MyCommand extends Command
```

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance61

Regular maintenance activity

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 77.5% 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 ~125 days

Recently: every ~189 days

Total

28

Last Release

628d ago

Major Versions

v1.2.0 → v2.0.02016-05-09

v2.6.0 → v3.0.02022-07-30

v2.6.1 → v3.0.12022-08-02

v2.6.2 → v3.0.22022-08-03

PHP version history (5 changes)v1.0.0PHP &gt;=5.4.0

v2.3.0PHP ^7.1

v2.5.1PHP ^7.1|^8.0

v2.6.0PHP ^7.4|^8.0

v3.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/776488?v=4)[Adam Prager](/maintainers/Padam87)[@Padam87](https://github.com/Padam87)

---

Top Contributors

[![Padam87](https://avatars.githubusercontent.com/u/776488?v=4)](https://github.com/Padam87 "Padam87 (31 commits)")[![mwansinck](https://avatars.githubusercontent.com/u/11411864?v=4)](https://github.com/mwansinck "mwansinck (5 commits)")[![CodeCasterNL](https://avatars.githubusercontent.com/u/1726333?v=4)](https://github.com/CodeCasterNL "CodeCasterNL (2 commits)")[![dragondungeon1](https://avatars.githubusercontent.com/u/58809801?v=4)](https://github.com/dragondungeon1 "dragondungeon1 (2 commits)")

---

Tags

consolesymfonycron

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/padam87-cron-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/padam87-cron-bundle/health.svg)](https://phpackages.com/packages/padam87-cron-bundle)
```

###  Alternatives

[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[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)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[dukecity/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

25350.9k5](/packages/dukecity-command-scheduler-bundle)

PHPackages © 2026

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