PHPackages                             scones/resque-loner - 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. scones/resque-loner

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

scones/resque-loner
===================

resque-loner is a plugin for scones/resque to make your jobs unique.

1.0.0(7y ago)00MITPHPPHP ~7.2

Since Oct 25Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Resque Loner
============

[](#resque-loner)

This is a plugin ensure a job with a specific set of arguments can't be queued twice. Usefulness ranges from "Ensure a customer is mailed just once" up to "fire a task as often as wanted, without caring (fire and forget)"

Install
-------

[](#install)

In most cases it should suffice to just install it via composer.

`composer require scones/resque-loner "*@stable"`

Usage
-----

[](#usage)

You will need to have a psr-14 listener provider configured ($listenerProvider). You will need to have a psr-14 task processor configured (using the same listener provider, added to resque and worker and job).

Having that, it will boil down to:

```
// assuming PredisClient is initialized in $redisClient
$datastore = new DataStore($redisClient);

$resqueLoner = new ResqueLoner($datastore, $listenerProvider);
$resqueLogger->register();
```

You can also always inspect the examples:

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2754d ago

### Community

Maintainers

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

---

Tags

queuemessage queueresqueTaskspsr-12task-queueunique jobs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/scones-resque-loner/health.svg)

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

###  Alternatives

[queue-interop/queue-interop

Promoting the interoperability of MQs objects. Based on Java JMS

48030.5M87](/packages/queue-interop-queue-interop)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[clue/mq-react

Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP

144691.7k4](/packages/clue-mq-react)[iamfarhad/laravel-rabbitmq

A robust RabbitMQ driver for Laravel Queue with advanced message queuing, reliable delivery, and high-performance async processing capabilities

3215.6k](/packages/iamfarhad-laravel-rabbitmq)[bvdputte/kirby-queue

A simple queue utility plugin for Kirby 3. It enables workers in Kirby that can do tasks (in the background) at scheduled intervals (cron) by working through queues of jobs.

314.6k](/packages/bvdputte-kirby-queue)

PHPackages © 2026

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