PHPackages                             deboorn/laravelcommandbusresqueex - 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. deboorn/laravelcommandbusresqueex

ActiveLibrary[Queues &amp; Workers](/categories/queues)

deboorn/laravelcommandbusresqueex
=================================

Laravel Command Bus Resque connector for Queue with Exponential Backoff.

1.0.4(10y ago)026MITPHPPHP &gt;=5.4.0

Since Sep 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/deboorn/laravelcommandbusresqueex)[ Packagist](https://packagist.org/packages/deboorn/laravelcommandbusresqueex)[ RSS](/packages/deboorn-laravelcommandbusresqueex/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Laravel Command Bus Resque Ex
-----------------------------

[](#laravel-command-bus-resque-ex)

This package allows you to connect to Resque when using `Queue` and the `Command Bus`.

This is a fork of deedod's [laravel-resque-ex](https://github.com/deedod/laravel-resque-ex) modified to work with [Laravel 5 Command Bus](https://laravel.com/docs/5.0/bus).

Also adds automatic exponential backoff with default delay of 30 seconds and max delay of 2 hours.

### Requirements

[](#requirements)

---

- PHP 5.4+
- Laravel 5.0

### Installation

[](#installation)

---

Add the following to your project's `composer.json`:

```
"require": {
	"deboorn/laravelcommandbusresqueex": "dev-master"
}

```

Now you need to run the following to install the package:

```
$ composer update

```

Next you need to add the following service provider to your `app/config/app.php`:

```
'Resque\ServiceProviders\ResqueServiceProvider'

```

Now you need to add the following to your `/app/config/queue.php` "connections" section:

```
"resque" => [
	"driver" => "resque"
]

```

If you wish to use this driver as your default Queue driver you will need to set the following as your "default" drive in `app/config/queue.php`:

```
"default" => "resque",

```

### Enqueing a Job

[](#enqueing-a-job)

---

Same as [Laravel Command Bus Queued Commands](https://laravel.com/docs/5.0/bus#queued-commands).

### Starting Resque Listener

[](#starting-resque-listener)

---

Execute `resque:listen` command with comma seperated list of queue names:

```
$ php artisan resque:listen --queue=default

```

### Starting Resque Scheduler Listener

[](#starting-resque-scheduler-listener)

---

Execute `resque:schedulerlisten` command with comma seperated list of queue names:

```
$ php artisan resque:schedulerlisten --queue=default

```

### Further Documentation

[](#further-documentation)

---

- [PHP-Resque](https://github.com/kamisama/php-resque-ex)
- [PHP-Resque-Scheduler](https://github.com/kamisama/php-resque-ex-scheduler)

### License

[](#license)

---

Laravel Resque is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

3793d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77820104cf95da04b1e59ca8c04ad0a2eb1706a6f87401b8f58e023083db9182?d=identicon)[daniel.boorn](/maintainers/daniel.boorn)

---

Top Contributors

[![deboorn](https://avatars.githubusercontent.com/u/1401839?v=4)](https://github.com/deboorn "deboorn (16 commits)")

---

Tags

laravelqueueresque

### Embed Badge

![Health badge](/badges/deboorn-laravelcommandbusresqueex/health.svg)

```
[![Health](https://phpackages.com/badges/deboorn-laravelcommandbusresqueex/health.svg)](https://phpackages.com/packages/deboorn-laravelcommandbusresqueex)
```

###  Alternatives

[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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