PHPackages                             allprogrammic/resque-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. [Queues &amp; Workers](/categories/queues)
4. /
5. allprogrammic/resque-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

allprogrammic/resque-bundle
===========================

Symfony ResqueBundle

v1.0.0(5y ago)110.5k3[5 issues](https://github.com/allprogrammic/resque-bundle/issues)MITJavaScriptPHP ^5.5.9 || ^7.0CI failing

Since Aug 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/allprogrammic/resque-bundle)[ Packagist](https://packagist.org/packages/allprogrammic/resque-bundle)[ Docs](http://github.com/allprogrammic/resque-bundle)[ RSS](/packages/allprogrammic-resque-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (7)Versions (3)Used By (0)

AllProgrammic Resque Bundle
===========================

[](#allprogrammic-resque-bundle)

Tâches récurrentes
==================

[](#tâches-récurrentes)

Mise en place
-------------

[](#mise-en-place)

Vous pouvez définir des tâches récurrentes en définissant un fichier de configuration propre aux tâches comme suit :

```
tasks_name:
    cron: "*/5 * * * *" (cron format)
    class: ~
    queue: ~
    args: ~
    description: ~
```

Alertes
-------

[](#alertes)

N'oubliez pas d'inclure et configurer le bundle SwiftmailerBundle pour pouvoir utiliser les alertes

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
    );

    // ...
}
```

Exécution
---------

[](#exécution)

Pour mettre en place vos tâches récurrentes, il vous suffit de précisier le fichier à utiliser lors de l'appel à la commande `resque:recurring` comme suit :

```
resque:recurring [le_chemin_de_votre_fichier_de_configuration]
```

Expressions du cron
-------------------

[](#expressions-du-cron)

```
*    *    *    *    *
-    -    -    -    -
|    |    |    |    +----- day of week (0 - 7) (Sunday=0 or 7)
|    |    |    +---------- month (1 - 12)
|    |    +--------------- day of month (1 - 31)
|    +-------------------- hour (0 - 23)
+------------------------- min (0 - 59)
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% 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

2143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a910bc2870ac3b750b8ddfb1d2998b2d8ea7b24bc10a505d734ac0ff4a7d29b1?d=identicon)[wpottier](/maintainers/wpottier)

![](https://www.gravatar.com/avatar/b9940b414ff45f90ca66f801eda85e54da99b12476052bc9c3898b4a08950de3?d=identicon)[IrvinT](/maintainers/IrvinT)

---

Top Contributors

[![hekielz](https://avatars.githubusercontent.com/u/173959443?v=4)](https://github.com/hekielz "hekielz (34 commits)")[![wpottier](https://avatars.githubusercontent.com/u/361974?v=4)](https://github.com/wpottier "wpottier (8 commits)")

---

Tags

Asynchronous task management

### Embed Badge

![Health badge](/badges/allprogrammic-resque-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M380](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M497](/packages/pimcore-pimcore)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[sylius/sylius

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

8.5k5.9M723](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M551](/packages/shopware-core)

PHPackages © 2026

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