PHPackages                             doge-dev/laravel-mongo-queue - 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. doge-dev/laravel-mongo-queue

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

doge-dev/laravel-mongo-queue
============================

Laravel Queue implementation for MongoDB

241.6k—5.9%1[1 issues](https://github.com/doge-dev/laravel-mongo-queue/issues)PHP

Since Apr 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/doge-dev/laravel-mongo-queue)[ Packagist](https://packagist.org/packages/doge-dev/laravel-mongo-queue)[ RSS](/packages/doge-dev-laravel-mongo-queue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-mongo-queue
===================

[](#laravel-mongo-queue)

Laravel Queues implementation for MongoDB

Installation
------------

[](#installation)

Add the service provider in config/app.php:

`DogeDev\Queue\MongodbQueueServiceProvider::class,`

If you want to use MongoDB as your database backend, change the the driver in config/queue.php:

```
'connections' => [
     'database' => [
         'driver' => 'mongodb',
         'table'  => 'jobs',
         'queue'  => 'default',
         'expire' => 60,
     ],

```

If you want to use MongoDB to handle failed jobs, change the database in config/queue.php:

```
'failed' => [
    'database' => 'mongodb',
    'table'    => 'failed_jobs',
],

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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/bd3643952f250aeb04120a1afd60f0573e0ef69faceeb88d0ac5ce0a7ac17f52?d=identicon)[doge-dev](/maintainers/doge-dev)

---

Top Contributors

[![doge-dev](https://avatars.githubusercontent.com/u/2998613?v=4)](https://github.com/doge-dev "doge-dev (3 commits)")[![adhityairvan](https://avatars.githubusercontent.com/u/3985647?v=4)](https://github.com/adhityairvan "adhityairvan (1 commits)")

### Embed Badge

![Health badge](/badges/doge-dev-laravel-mongo-queue/health.svg)

```
[![Health](https://phpackages.com/badges/doge-dev-laravel-mongo-queue/health.svg)](https://phpackages.com/packages/doge-dev-laravel-mongo-queue)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[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

2228.8M171](/packages/react-async)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)

PHPackages © 2026

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