PHPackages                             franktheprogrammer/laravel-queuedup - 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. franktheprogrammer/laravel-queuedup

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

franktheprogrammer/laravel-queuedup
===================================

Debug and Monitor queues locally in Laravel.

0.1.0(2y ago)13[2 PRs](https://github.com/franktheprogrammer/laravel-queuedup/pulls)MITPHPPHP ^8.1

Since May 30Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (15)Versions (4)Used By (0)

Debug and Monitor queues locally in Laravel.
============================================

[](#debug-and-monitor-queues-locally-in-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cfd300cd99e8e3e771c7cb6663a4dbefb4baae3ffe878cd4b7dda0c0ac67e149/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6672616e6b74686570726f6772616d6d65722f6c61726176656c2d71756575656475702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/franktheprogrammer/laravel-queuedup)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f2485b60fce7ef7f1012b40e6922affdc164f73709c1ba1511e418bd1d987788/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6672616e6b74686570726f6772616d6d65722f6c61726176656c2d71756575656475702f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/franktheprogrammer/laravel-queuedup/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/91fb63fa5fa23d600b9a27bdbfb1d8737e7c2d1df6fe5f7b56b8a936d84b8d0e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6672616e6b74686570726f6772616d6d65722f6c61726176656c2d71756575656475702f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/franktheprogrammer/laravel-queuedup/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1bbdfb6fdb7e95f1f4d90da10eb07b6254524ca141c08eade847ffa8250cbba3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6672616e6b74686570726f6772616d6d65722f6c61726176656c2d71756575656475702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/franktheprogrammer/laravel-queuedup)

Debug and Monitor queues locally in Laravel.

### *Currently under development.*

[](#currently-under-development)

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

[](#installation)

You can install the package via composer:

```
composer require franktheprogrammer/laravel-queuedup
```

You can publish the config file with:

```
php artisan vendor:publish --tag="queuedup-config"
```

This is the contents of the published config file:

```
return [
    'enabled' => env('QUEUED_UP_ENABLED', false),
];
```

Usage
-----

[](#usage)

Update your *.env* to enable the package.

```
QUEUED_UP_ENABLED=true

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Frank Perez](https://github.com/frankperez87)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.5% 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

Unknown

Total

1

Last Release

1075d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ccd1396eb069904bbab45926e28a92347d21d23473847436e6799dce933c4da?d=identicon)[frankperez87](/maintainers/frankperez87)

---

Top Contributors

[![frankperez87](https://avatars.githubusercontent.com/u/467730?v=4)](https://github.com/frankperez87 "frankperez87 (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

laravelfranktheprogrammerlaravel-queuedup

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/franktheprogrammer-laravel-queuedup/health.svg)

```
[![Health](https://phpackages.com/badges/franktheprogrammer-laravel-queuedup/health.svg)](https://phpackages.com/packages/franktheprogrammer-laravel-queuedup)
```

###  Alternatives

[lorisleiva/laravel-actions

Laravel components that take care of one specific task

2.8k7.5M115](/packages/lorisleiva-laravel-actions)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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