PHPackages                             kgiedrius/laravel-random-job-database-queue-driver - 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. kgiedrius/laravel-random-job-database-queue-driver

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

kgiedrius/laravel-random-job-database-queue-driver
==================================================

Modified Database Queue driver which takes pushed jobs in random order

1.8(9y ago)229MITPHPPHP &gt;=5.5.0

Since Jul 25Pushed 9y agoCompare

[ Source](https://github.com/kgiedrius/laravel-random-job-database-queue-driver)[ Packagist](https://packagist.org/packages/kgiedrius/laravel-random-job-database-queue-driver)[ RSS](/packages/kgiedrius-laravel-random-job-database-queue-driver/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (3)Versions (9)Used By (0)

Laravel 5 Random Job Queue Driver
=================================

[](#laravel-5-random-job-queue-driver)

Just like the database queue driver, but process jobs in random order.

### Install

[](#install)

Require the latest version of this package with Composer

```
composer require KGiedrius/laravel-random-job-database-queue-driver:"1.x"

```

Add the Service Provider to the providers array in config/app.php

```
KGiedrius\Queue\DbRandServiceProvider::class,

```

You need to create the migration table for queues and run it.

```
$ php artisan queue:table
$ php artisan migrate

```

In config/queue.php.

```
'default' => 'DbRand',

'connections' => array(
    'DbRand' => array(
        'driver' => 'DbRand',
        'table' => 'jobs',
        'queue' => 'default',
        'expire' => 60,
    ),
    ...
}

```

For more info see

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

8

Last Release

3602d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15670549?v=4)[Giedrius Korsakas](/maintainers/kgiedrius)[@kgiedrius](https://github.com/kgiedrius)

---

Top Contributors

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

---

Tags

laravelqueuerandom queue

### Embed Badge

![Health badge](/badges/kgiedrius-laravel-random-job-database-queue-driver/health.svg)

```
[![Health](https://phpackages.com/badges/kgiedrius-laravel-random-job-database-queue-driver/health.svg)](https://phpackages.com/packages/kgiedrius-laravel-random-job-database-queue-driver)
```

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20432.6M1.5k](/packages/illuminate-queue)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M283](/packages/laravel-horizon)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76922.3M129](/packages/laravel-mcp)[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M154](/packages/spatie-laravel-health)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)

PHPackages © 2026

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