PHPackages                             expanse/laravel-distinct-jobs - 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. expanse/laravel-distinct-jobs

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

expanse/laravel-distinct-jobs
=============================

Allows queue jobs to be distinct

00PHP

Since Jul 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/expanse/laravel-distinct-jobs)[ Packagist](https://packagist.org/packages/expanse/laravel-distinct-jobs)[ RSS](/packages/expanse-laravel-distinct-jobs/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Distinct Jobs
=====================

[](#laravel-distinct-jobs)

Allows a user to specify that this job (with these specific parameters) should not run if there's another job (with the same set of parameters) already queued to run.

Requirements
------------

[](#requirements)

- Laravel 5.8.29 or above

Install
-------

[](#install)

```
composer require expanse/laravel-distinct-jobs

```

Use
---

[](#use)

Modify your jobs to use `Expanse\Traits\DistinctJobTrait` as a trait. If multiple jobs are then queued before the `queue:work` command gets to running them, any duplicated jobs will be immediately ended until there is only a single job to run.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/50712?v=4)[Glen Solsberry](/maintainers/gms8994)[@gms8994](https://github.com/gms8994)

---

Top Contributors

[![gms8994](https://avatars.githubusercontent.com/u/50712?v=4)](https://github.com/gms8994 "gms8994 (1 commits)")

### Embed Badge

![Health badge](/badges/expanse-laravel-distinct-jobs/health.svg)

```
[![Health](https://phpackages.com/badges/expanse-laravel-distinct-jobs/health.svg)](https://phpackages.com/packages/expanse-laravel-distinct-jobs)
```

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