PHPackages                             kodeks/php-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. kodeks/php-resque

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

kodeks/php-resque
=================

4463PHP

Since Aug 15Pushed 9y ago6 watchersCompare

[ Source](https://github.com/cntd/laravel-php-resque)[ Packagist](https://packagist.org/packages/kodeks/php-resque)[ RSS](/packages/kodeks-php-resque/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-php-resque
==================

[](#laravel-php-resque)

\##Installation

1. in **composer.json**:

> ```
>
> ```

"require": { ... "kodeks/php-resque": "dev-master" }

```

2) in **queue.php**:
>```
    'connections' => array(
            'resque' => array(
                    'driver' => 'resque',
                    'queue'  => 'default',
                    'log_time' => 60,
            ),
            ...
    ),

```

3. in **app.php**:

> ```
>
> ```

```
'providers' => array(
	...
            'Kodeks\PhpResque\PhpResqueServiceProvider',
),

```

```

4) Remove dafault queue provider *'Illuminate\Queue\QueueServiceProvider'* from **app.php**

##Usage

>```
    Queue::push("NameOfJobClass",["someDataKey"=>"someData"]);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.3% 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/f2f4f2b3133a02af71b519200c4d5d285e45c80fbd2829d4fbed94b74a5776b4?d=identicon)[Snikius](/maintainers/Snikius)

---

Top Contributors

[![Snikius](https://avatars.githubusercontent.com/u/5286043?v=4)](https://github.com/Snikius "Snikius (53 commits)")[![rayout](https://avatars.githubusercontent.com/u/2248162?v=4)](https://github.com/rayout "rayout (7 commits)")

### Embed Badge

![Health badge](/badges/kodeks-php-resque/health.svg)

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

###  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)
