PHPackages                             jmose/command-scheduler-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. jmose/command-scheduler-bundle

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

jmose/command-scheduler-bundle
==============================

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

v3.0.1(5y ago)3361.4M↓24.1%128[13 PRs](https://github.com/j-guyon/CommandSchedulerBundle/pulls)1MITPHPPHP ^7.2

Since Sep 10Pushed 2y ago16 watchersCompare

[ Source](https://github.com/j-guyon/CommandSchedulerBundle)[ Packagist](https://packagist.org/packages/jmose/command-scheduler-bundle)[ Docs](https://github.com/J-Mose/CommandSchedulerBundle)[ RSS](/packages/jmose-command-scheduler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (18)Versions (25)Used By (1)

CommandSchedulerBundle
======================

[](#commandschedulerbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/f78ee16898fdc189d450ec965e07cb5a6a15c3184b4f5596edcc839d94cad4be/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38643938343134302d306531392d346334662d386230352d3630353032356565626562352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/8d984140-0e19-4c4f-8b05-605025eebeb5)[![Build Status](https://camo.githubusercontent.com/0bc84e3a88cf86574d95cc5513dcff1089c514b13bddfc362e07ef1dc070326d/68747470733a2f2f7472617669732d63692e6f72672f6a2d6775796f6e2f436f6d6d616e645363686564756c657242756e646c652e737667)](https://travis-ci.org/j-guyon/CommandSchedulerBundle)[![Coverage Status](https://camo.githubusercontent.com/baac23fa615f6105bf9cc1a91c12796a831b0b7e75c318cc401c3763d9eec245/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f4a2d4d6f73652f436f6d6d616e645363686564756c657242756e646c652f62616467652e737667)](https://coveralls.io/r/J-Mose/CommandSchedulerBundle)[![Latest Stable Version](https://camo.githubusercontent.com/5ffa969a52ea57c5d5f1b88e06f08827ba54b18fe28e4b1ca36387b8ef4b05d1/68747470733a2f2f706f7365722e707567782e6f72672f6a6d6f73652f636f6d6d616e642d7363686564756c65722d62756e646c652f762f737461626c65)](https://packagist.org/packages/jmose/command-scheduler-bundle)

This bundle will allow you to easily manage scheduling for Symfony's console commands (native or not) with cron expression.

Versions &amp; Dependencies
---------------------------

[](#versions--dependencies)

The following table shows the compatibilities of different versions of the bundle :

VersionSymfonyPHP[3.0 (master)](https://github.com/J-Mose/CommandSchedulerBundle/tree/master)^3.4|^4.3|^5.0&gt;=7.2[2.2.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/2.2)^3.4|^4.3&gt;=7.1[2.0.2](https://github.com/J-Mose/CommandSchedulerBundle/tree/v2.0.2) (unmaintained)^3.4|^4.1&gt;=5.6[1.2.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.2) (unmaintained)^2.8|^3.0&gt;=5.5[1.1.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.1) (unmaintained)^2.3&gt;=5.3When using Symfony Flex there is an [installation recipe](https://github.com/symfony/recipes-contrib/tree/master/jmose/command-scheduler-bundle/2.0).
To use it, you have to enable contrib recipes on your project : `composer config extra.symfony.allow-contrib true`

Features
--------

[](#features)

- An admin interface to add, edit, enable/disable or delete scheduled commands.
- For each command, you define :
    - name
    - symfony console command (choice based on native `list` command)
    - cron expression (see [Cron format](http://en.wikipedia.org/wiki/Cron#Format) for informations)
    - output file (for `$output->write`)
    - priority
- A new console command `scheduler:execute [--dump] [--no-output]` which will be the single entry point to all commands
- Management of queuing and prioritization between tasks
- Locking system, to stop scheduling a command that has returned an error
- Monitoring with timeout or failed commands (Json URL and command with mailing)
- Translated in french, english, german and spanish
- An [EasyAdmin](https://github.com/EasyCorp/EasyAdminBundle) configuration template available [here](Resources/doc/index.md#6---easyadmin-integration)
- **Beta** - Handle commands with a deamon (unix only) if you don't want to use a cronjob

Screenshots
-----------

[](#screenshots)

[![list](Resources/doc/images/scheduled-list.png)](Resources/doc/images/scheduled-list.png)

[![new](Resources/doc/images/new-schedule.png)](Resources/doc/images/new-schedule.png)

[![new2](Resources/doc/images/command-list.png)](Resources/doc/images/command-list.png)

Documentation
-------------

[](#documentation)

See the [documentation here](Resources/doc/index.md).

License
-------

[](#license)

This bundle is under the MIT license. See the [complete license](Resources/meta/LICENCE) for info.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity59

Moderate usage in the ecosystem

Community33

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor4

4 contributors hold 50%+ of commits

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

Recently: every ~136 days

Total

24

Last Release

2147d ago

Major Versions

1.2.x-dev → v2.0.02018-02-08

v2.2.0 → v3.0.12020-07-01

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

v1.2.1PHP &gt;=5.5.9

v2.0.0PHP ^5.6|&gt;=7.0.8

v2.1.0PHP ^7.1

v3.0.1PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/12b063f7ee1e16dc73278cba148d68958bb287e59a0000b0c231024fe1eebb6e?d=identicon)[j-guyon](/maintainers/j-guyon)

---

Top Contributors

[![tikoflano](https://avatars.githubusercontent.com/u/6231202?v=4)](https://github.com/tikoflano "tikoflano (20 commits)")[![tis-dm-webfactory](https://avatars.githubusercontent.com/u/11736397?v=4)](https://github.com/tis-dm-webfactory "tis-dm-webfactory (16 commits)")[![spajxo](https://avatars.githubusercontent.com/u/12384486?v=4)](https://github.com/spajxo "spajxo (9 commits)")[![Pierstoval](https://avatars.githubusercontent.com/u/3369266?v=4)](https://github.com/Pierstoval "Pierstoval (8 commits)")[![gubler](https://avatars.githubusercontent.com/u/3446?v=4)](https://github.com/gubler "gubler (7 commits)")[![phansys](https://avatars.githubusercontent.com/u/1231441?v=4)](https://github.com/phansys "phansys (5 commits)")[![Gemorroj](https://avatars.githubusercontent.com/u/885731?v=4)](https://github.com/Gemorroj "Gemorroj (5 commits)")[![drawgas](https://avatars.githubusercontent.com/u/3798139?v=4)](https://github.com/drawgas "drawgas (5 commits)")[![ekomiDevOps](https://avatars.githubusercontent.com/u/17983103?v=4)](https://github.com/ekomiDevOps "ekomiDevOps (2 commits)")[![reyostallenberg](https://avatars.githubusercontent.com/u/3579090?v=4)](https://github.com/reyostallenberg "reyostallenberg (2 commits)")[![fyrye](https://avatars.githubusercontent.com/u/302306?v=4)](https://github.com/fyrye "fyrye (2 commits)")[![IwfY](https://avatars.githubusercontent.com/u/357897?v=4)](https://github.com/IwfY "IwfY (2 commits)")[![sfarkas1988](https://avatars.githubusercontent.com/u/5331193?v=4)](https://github.com/sfarkas1988 "sfarkas1988 (1 commits)")[![b4cedev](https://avatars.githubusercontent.com/u/1891874?v=4)](https://github.com/b4cedev "b4cedev (1 commits)")[![tomasceruti](https://avatars.githubusercontent.com/u/13835002?v=4)](https://github.com/tomasceruti "tomasceruti (1 commits)")[![balabis](https://avatars.githubusercontent.com/u/31573482?v=4)](https://github.com/balabis "balabis (1 commits)")[![bghosts](https://avatars.githubusercontent.com/u/56561884?v=4)](https://github.com/bghosts "bghosts (1 commits)")[![damner](https://avatars.githubusercontent.com/u/346802?v=4)](https://github.com/damner "damner (1 commits)")[![dlabouesse](https://avatars.githubusercontent.com/u/9106640?v=4)](https://github.com/dlabouesse "dlabouesse (1 commits)")[![FabienPapet](https://avatars.githubusercontent.com/u/1446265?v=4)](https://github.com/FabienPapet "FabienPapet (1 commits)")

---

Tags

cron-expressionphpschedulingsymfonysymfony-bundleschedulersymfonycroncommandtask

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jmose-command-scheduler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jmose-command-scheduler-bundle/health.svg)](https://phpackages.com/packages/jmose-command-scheduler-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[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)[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)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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