PHPackages                             jackbayliss/laravel-queue-peek - 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. jackbayliss/laravel-queue-peek

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

jackbayliss/laravel-queue-peek
==============================

 A read-only Artisan command to peek at jobs sitting in your Laravel queues.

0.11(1mo ago)02MITPHPPHP ^8.4CI passing

Since Jun 15Pushed 1mo agoCompare

[ Source](https://github.com/jackbayliss/laravel-queue-peek)[ Packagist](https://packagist.org/packages/jackbayliss/laravel-queue-peek)[ Docs](https://github.com/jackbayliss/laravel-queue-peek)[ GitHub Sponsors](https://github.com/jackbayliss)[ RSS](/packages/jackbayliss-laravel-queue-peek/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)Dependencies (23)Versions (3)Used By (0)

Laravel Queue Peek
==================

[](#laravel-queue-peek)

A read-only Artisan command to peek at jobs sitting in your Laravel queues. No tinker, no application needed.

[![Latest Version on Packagist](https://camo.githubusercontent.com/f113e91793ac91f4eab447c12615a2da28bb1c818b7a6df1ccbd15cb7b16c339/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61636b6261796c6973732f6c61726176656c2d71756575652d7065656b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jackbayliss/laravel-queue-peek)[![GitHub Tests Action Status](https://github.com/jackbayliss/laravel-queue-peek/actions/workflows/run-tests.yml/badge.svg)](https://github.com/jackbayliss/laravel-queue-peek/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://github.com/jackbayliss/laravel-queue-peek/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/jackbayliss/laravel-queue-peek/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)

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

[](#requirements)

This package relies on the queue inspection methods (`pendingJobs`, `delayedJobs`, `reservedJobs`) introduced in Laravel 13, so it only supports Laravel 13+.

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

[](#installation)

You can install the package via composer:

```
composer require jackbayliss/laravel-queue-peek
```

Usage
-----

[](#usage)

```
php artisan queue:peek
```

By default this peeks at the pending jobs on the default queue connection. You can customise the connection, queue, state, and output:

```
php artisan queue:peek redis --queue=high --state=delayed --limit=10 --json
```

OptionDescription`connection`The queue connection to inspect (defaults to `queue.default`).`--queue`The name of the queue to inspect.`--state`One of `pending`, `delayed`, or `reserved` (default: `pending`).`--limit`The maximum number of jobs to display (default: `25`).`--json`Output the jobs as JSON.Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Jack Bayliss](https://github.com/jackbayliss)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance92

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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 ~0 days

Total

2

Last Release

45d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79e2e2281e64b7800db09d468ce14156b604138636efd6f85c7b6b8d2f0994b7?d=identicon)[jackbayliss](/maintainers/jackbayliss)

---

Top Contributors

[![jackbayliss](https://avatars.githubusercontent.com/u/13621738?v=4)](https://github.com/jackbayliss "jackbayliss (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelJackBaylisslaravel-queue-peek

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jackbayliss-laravel-queue-peek/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M48](/packages/spatie-laravel-pdf)[harris21/laravel-fuse

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

45955.7k](/packages/harris21-laravel-fuse)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274333.4k9](/packages/croustibat-filament-jobs-monitor)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[vormkracht10/laravel-mails

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

24957.5k](/packages/vormkracht10-laravel-mails)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)

PHPackages © 2026

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