PHPackages                             lukaszaleckas/laravel-mysql-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. lukaszaleckas/laravel-mysql-queue

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

lukaszaleckas/laravel-mysql-queue
=================================

017PHP

Since Oct 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lukaszaleckas/laravel-mysql-queue)[ Packagist](https://packagist.org/packages/lukaszaleckas/laravel-mysql-queue)[ RSS](/packages/lukaszaleckas-laravel-mysql-queue/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Mysql Queue Driver
==========================

[](#laravel-mysql-queue-driver)

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

[](#installation)

1. Run:

```
composer require lukaszaleckas/laravel-mysql-queue

```

Service provider should be automatically registered, if not add

```
LaravelMysqlQueue\MysqlQueueServiceProvider::class
```

to application's your `app.php`.

2. Add Mysql's connection to your `queue.php` config:

```
'mysql'      => [
    'driver'          => 'mysql',
    'default_queue'   => 'default',
    'connection'      => 'mysql',
    'lock_name_prefix' => 'mysql_queue_',
    'lock_timeout'    => 60
]
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

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://www.gravatar.com/avatar/30416654c84b25a433b4c1c5360c8fac347b923247750b19a0310e45dc4aa5f4?d=identicon)[lukaszaleckas](/maintainers/lukaszaleckas)

---

Top Contributors

[![lukaszaleckas](https://avatars.githubusercontent.com/u/47445386?v=4)](https://github.com/lukaszaleckas "lukaszaleckas (8 commits)")

### Embed Badge

![Health badge](/badges/lukaszaleckas-laravel-mysql-queue/health.svg)

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

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