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

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

tradesegur/command-scheduler-bundle
===================================

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

3.1.6(1y ago)0254↓100%MITPHPPHP ^7.4|^8.0

Since Jan 23Pushed 1y agoCompare

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

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

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.1](https://github.com/gigutradesegur/CommandSchedulerBundle-tree-3.1)^3.4|^4.3|^5.4&gt;=7.4[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

33

—

LowBetter than 75% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor5

5 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 ~93 days

Recently: every ~152 days

Total

8

Last Release

557d ago

PHP version history (2 changes)3.1.x-devPHP ^7.4

3.1.2PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/02353cb638bdcfb2613a4467261ac64f53be0ce1402153d5f3aee065d8b1783d?d=identicon)[dualtradesegur](/maintainers/dualtradesegur)

![](https://avatars.githubusercontent.com/u/15316113?v=4)[gigu](/maintainers/gigu)[@GIGU](https://github.com/GIGU)

![](https://avatars.githubusercontent.com/u/6604700?v=4)[peraulet](/maintainers/peraulet)[@peraulet](https://github.com/peraulet)

---

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)")[![joakdatradesegur](https://avatars.githubusercontent.com/u/65157357?v=4)](https://github.com/joakdatradesegur "joakdatradesegur (8 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)")[![drawgas](https://avatars.githubusercontent.com/u/3798139?v=4)](https://github.com/drawgas "drawgas (5 commits)")[![Gemorroj](https://avatars.githubusercontent.com/u/885731?v=4)](https://github.com/Gemorroj "Gemorroj (5 commits)")[![phansys](https://avatars.githubusercontent.com/u/1231441?v=4)](https://github.com/phansys "phansys (5 commits)")[![gigutradesegur](https://avatars.githubusercontent.com/u/113599748?v=4)](https://github.com/gigutradesegur "gigutradesegur (4 commits)")[![ekomiDevOps](https://avatars.githubusercontent.com/u/17983103?v=4)](https://github.com/ekomiDevOps "ekomiDevOps (2 commits)")[![fyrye](https://avatars.githubusercontent.com/u/302306?v=4)](https://github.com/fyrye "fyrye (2 commits)")[![reyostallenberg](https://avatars.githubusercontent.com/u/3579090?v=4)](https://github.com/reyostallenberg "reyostallenberg (2 commits)")[![IwfY](https://avatars.githubusercontent.com/u/357897?v=4)](https://github.com/IwfY "IwfY (2 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)")

---

Tags

schedulersymfonycroncommandtask

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[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)

PHPackages © 2026

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