PHPackages                             idanoo/laravel-resque - 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. [Caching](/categories/caching)
4. /
5. idanoo/laravel-resque

ActiveLibrary[Caching](/categories/caching)

idanoo/laravel-resque
=====================

Wrapper for idanoo/php-resque (Laravel/Lumen ^10)

9.2.0(6d ago)01.6k1MITPHPPHP &gt;=8.3CI failing

Since Feb 19Pushed 6d ago1 watchersCompare

[ Source](https://github.com/idanoo/laravel-resque)[ Packagist](https://packagist.org/packages/idanoo/laravel-resque)[ Docs](https://github.com/idanoo/laravel-resque)[ RSS](/packages/idanoo-laravel-resque/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (10)Versions (9)Used By (0)

Features
--------

[](#features)

This package provides tools for the following, and more:

- Add jobs to queue
- Console command to run a single worker

Installation
------------

[](#installation)

Via composer

```
$ composer require hlgrrnhrdt/laravel-resque
```

Copy the config file `config/resque.php` from the package to your config folder. Additionally a default redis connection needs to be configured in `config/redis.php`.

### Laravel

[](#laravel)

```
'providers' => [
    Idanoo\Resque\ResqueServiceProvider::class
]
```

### Lumen

[](#lumen)

Open `bootstrap/app.php` and register the required service provider

```
$app->register(Idanoo\Resque\ResqueServiceProvider::class);
```

and load the config with

```
$app->configure('resque');
```

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance98

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 60.9% 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 ~271 days

Recently: every ~284 days

Total

8

Last Release

6d ago

Major Versions

2.1.1 → 9.02025-09-10

PHP version history (2 changes)9.0PHP &gt;=8.1

9.2.0PHP &gt;=8.3

### Community

Maintainers

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

---

Top Contributors

[![idanoo](https://avatars.githubusercontent.com/u/9691551?v=4)](https://github.com/idanoo "idanoo (14 commits)")[![hlgrrnhrdt](https://avatars.githubusercontent.com/u/2746440?v=4)](https://github.com/hlgrrnhrdt "hlgrrnhrdt (9 commits)")

---

Tags

phpredisjobbackgroundresque

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/idanoo-laravel-resque/health.svg)

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

###  Alternatives

[mjphaynes/php-resque

Redis backed library for creating background jobs and processing them later.

228199.3k2](/packages/mjphaynes-php-resque)

PHPackages © 2026

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