PHPackages                             salopot/laravel-queue-walker - 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. salopot/laravel-queue-walker

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

salopot/laravel-queue-walker
============================

Laravel queue walker, process all jobs on a queue.

2531PHP

Since Apr 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/salopot/laravel-queue-walker)[ Packagist](https://packagist.org/packages/salopot/laravel-queue-walker)[ RSS](/packages/salopot-laravel-queue-walker/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel queue walker
====================

[](#laravel-queue-walker)

Process all jobs on a queue.

Features
--------

[](#features)

- Based on queue:work command.
- Once exec all jobs awaiting in queue and end executing
- Don't require dedicated or virtual server to process queues (best way use "php artisan queue:work --daemon")
- Stored "queue:work" options: queue, delay, memory, tries

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Require this package with composer using the following command:

```
composer require salopot/laravel-queue-walker "dev-master"

```

or add

```
"salopot/laravel-queue-walker": "dev-master"

```

to the require section of your `composer.json` file.

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Salopot\QueueWalker\QueueWalkerServiceProvider::class,

```

Usage
-----

[](#usage)

Run artisan command for execute all jobs awaiting in queue:

```
php artisan queue:walk

```

or add call command to laravel scheduler (see: )

```
$schedule->command('queue:walk')->everyMinute();

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/de866b61b006a3510267758ed2fcc6396fdad0eca7d09750d6aed2d9807f70f0?d=identicon)[salopot](/maintainers/salopot)

---

Top Contributors

[![salopot](https://avatars.githubusercontent.com/u/6479366?v=4)](https://github.com/salopot "salopot (5 commits)")

### Embed Badge

![Health badge](/badges/salopot-laravel-queue-walker/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M29](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M504](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)

PHPackages © 2026

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