PHPackages                             jsefton/laravel-queue-logger - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. jsefton/laravel-queue-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

jsefton/laravel-queue-logger
============================

Creates log of jobs being processed from the queue

1.0.2(5y ago)01.8k↓31.4%MITPHP

Since May 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jsefton/laravel-queue-logger)[ Packagist](https://packagist.org/packages/jsefton/laravel-queue-logger)[ Docs](https://endor.digital)[ RSS](/packages/jsefton-laravel-queue-logger/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Laravel Queue Logger
====================

[](#laravel-queue-logger)

Creates a log of all queue jobs in a database table to help with auditing jobs.

Able to store and provide:

- Job
- Queue Connection
- Started Processing DateTime
- Processed DateTime
- Status
- Failed DateTime
- Failed Error Message

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

[](#installation)

```
composer require jsefton/laravel-queue-logger
```

Run migrations to create 'queue\_logs' table:

```
php artisan migrate
```

This package will automatically register the event listeners and data will be inserted within the 'queue\_logs' table.

An eloquent model exists if you wish to query the data back out as: `JSefton\QueueLogger\QueueLog`

Please note currently for Laravel 7+ until tested and verified in lower versions.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

3

Last Release

1887d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41b413127c7499a63bcb5c5ae903bd8961ba29300b6ccbda873e0c4bf06d0a02?d=identicon)[jsefton](/maintainers/jsefton)

---

Top Contributors

[![jsefton](https://avatars.githubusercontent.com/u/4114741?v=4)](https://github.com/jsefton "jsefton (3 commits)")

---

Tags

loglaravelqueueAudit

### Embed Badge

![Health badge](/badges/jsefton-laravel-queue-logger/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11223.5M33](/packages/anourvalar-eloquent-serialize)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14845.8k1](/packages/guanguans-laravel-exception-notify)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)

PHPackages © 2026

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