PHPackages                             hmazter/laravel-log-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. hmazter/laravel-log-queue

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

hmazter/laravel-log-queue
=========================

Laravel 5+ package to push Queued jobs to the log

512.1k—3.2%PHP

Since Mar 25Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Log Queue
=================

[](#laravel-log-queue)

Laravel 5 package to push Queued jobs to the log file, primary use case for this is in development when jobs should not be executed but is saved for debug purposes

Install
-------

[](#install)

Require this package with composer using the following command:

```
composer require hmazter/laravel-log-queue
```

After updating composer, add the service provider to the `providers` array in `config/app.php`

```
Hmazter\LaravelLogQueue\LogQueueServiceProvider::class,
```

Add necesary config options to your `config/queue.php` and optionaly set `log` as default driver

```
'log' => [
    'driver' => 'log'
]
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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/408fbe555225df812e94c232dfa1efda1580cf2354f3ef293da34aa9915ba9e2?d=identicon)[hmazter](/maintainers/hmazter)

---

Top Contributors

[![hmazter](https://avatars.githubusercontent.com/u/805377?v=4)](https://github.com/hmazter "hmazter (12 commits)")

---

Tags

laravellaravel-packagelaravel-queue

### Embed Badge

![Health badge](/badges/hmazter-laravel-log-queue/health.svg)

```
[![Health](https://phpackages.com/badges/hmazter-laravel-log-queue/health.svg)](https://phpackages.com/packages/hmazter-laravel-log-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.8M170](/packages/react-async)

PHPackages © 2026

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