PHPackages                             norvutec/cron-manager - 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. norvutec/cron-manager

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

norvutec/cron-manager
=====================

Bundle for managing cronjobs in a symfony project

7.1.3(1y ago)0188MITPHPPHP &gt;=8.2

Since Aug 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/NorvuTec/cron-manager)[ Packagist](https://packagist.org/packages/norvutec/cron-manager)[ RSS](/packages/norvutec-cron-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (15)Used By (0)

Cron Manager
============

[](#cron-manager)

[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

Installing this bundle can be done through these simple steps:

1. Add the bundle to your project as a composer dependency:

```
composer require norvutec/cron-manager
```

2. Add the bundle to your application kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    // ...
    $bundle = array(
        // ...
        new NorvuTec\CronManagerBundle\NorvuTecCronManagerBundle(),
    );
    // ...

    return $bundle;
}
```

3. Update your DB schema

```
bin/console make:migration
bin/console doctrine:migrations:migrate
```

4. Start using the bundle:

```
bin/console cron-manager:list
bin/console cron-manager:run
```

5. To run your cron jobs automatically, add the following line to your (or whomever's) crontab:

```
* * * * * /path/to/symfony/install/app/console cron-manager:run 1>> /dev/null 2>&1

```

6. If you want to use the overview controller, create the file `config/routes/norvutec_cronmanager.yaml` with the following content:

```
norvutec_cronmanager:
  resource: '@NorvutecCronManagerBundle/config/routes.yaml'
  prefix: '/cron-manager'
```

You now have access to the following routes:

- `cronmanager_index` : Overview of all jobs
- `cronmanager_details` : Details of a specific job

Available commands
------------------

[](#available-commands)

### list

[](#list)

```
bin/console cron-manager:list
```

Show a list of all jobs. Job names are show with `[x]` if they are enabled and `[ ]` otherwise.

### run

[](#run)

```
bin/console cron-manager:run [--force] [job]
```

Dependencies
------------

[](#dependencies)

CronManager requires `symfony/lock` to lock the job execution. If you want to use named locks, use cronmanager as keyword.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

Recently: every ~20 days

Total

14

Last Release

634d ago

Major Versions

1.0.7 → 7.0.02024-04-12

PHP version history (2 changes)1.0.0PHP &gt;=8.1

7.1.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/20d313f90770d2c40265049d42b89bcdd18d05664da10250d9c2ebb1c9593909?d=identicon)[cosmohdx](/maintainers/cosmohdx)

---

Top Contributors

[![cosmohdx](https://avatars.githubusercontent.com/u/1498099?v=4)](https://github.com/cosmohdx "cosmohdx (33 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/norvutec-cron-manager/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[jmose/command-scheduler-bundle

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

3361.4M1](/packages/jmose-command-scheduler-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[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)
