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

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

hlgrrnhrdt/laravel-resque
=========================

0.3.0(8y ago)319.3k3[1 PRs](https://github.com/hlgrrnhrdt/laravel-resque/pulls)PHP

Since Aug 1Pushed 6y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (4)Versions (10)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' => [
    Hlgrrnhrdt\Resque\ResqueServiceProvider::class
]
```

### Lumen

[](#lumen)

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

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

and load the config with

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

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Recently: every ~102 days

Total

8

Last Release

3211d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2746440?v=4)[Holger Reinhardt](/maintainers/hlgrrnhrdt)[@hlgrrnhrdt](https://github.com/hlgrrnhrdt)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M123](/packages/laravel-pulse)[illuminate/queue

The Illuminate Queue package.

20432.2M1.5k](/packages/illuminate-queue)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k55.1k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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