PHPackages                             shonm/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. shonm/resque-bundle

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

shonm/resque-bundle
===================

Symfony2 bundle for Resque via php-resque

125.6k6PHP

Since Mar 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ShonM/ResqueBundle)[ Packagist](https://packagist.org/packages/shonm/resque-bundle)[ RSS](/packages/shonm-resque-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

ResqueBundle [![Build Status](https://camo.githubusercontent.com/111f1748bb199896917672ed8bf7c2dcb2c85911975566fb3c52512b5d6e359f/68747470733a2f2f7472617669732d63692e6f72672f53686f6e4d2f52657371756542756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ShonM/ResqueBundle)
==================================================================================================================================================================================================================================================================================================

[](#resquebundle-)

**Create a Job**

```
// src/Acme/ResqueBundle/Job/TestJob.php
namespace Acme\ResqueBundle\Job;

class HelloWorldJob
{
    public function perform ()
    {
        fwrite(STDOUT, "Hello " . $this->args['hello'] . "!\n");
    }
}
```

**Post your Job**

```
$container->get('resque')->add('Acme\ResqueBundle\Job\HelloWorldJob', 'queuename', array('hello' => 'world'));
```

**Hire a Worker**

`app/console resque:worker:start queuename`

**Party!**

---

Best Practices
==============

[](#best-practices)

1. Jobs should be small and simple
2. Workers should be idempotent and transactional
3. Design for concurrency - use connection pooling

---

Development &amp; Testing
=========================

[](#development--testing)

```
$ composer install --dev
$ bin/phpunit

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![ShonM](https://avatars.githubusercontent.com/u/511506?v=4)](https://github.com/ShonM "ShonM (128 commits)")[![secondthirsty](https://avatars.githubusercontent.com/u/64150819?v=4)](https://github.com/secondthirsty "secondthirsty (4 commits)")[![cordoval](https://avatars.githubusercontent.com/u/328359?v=4)](https://github.com/cordoval "cordoval (1 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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