PHPackages                             jrquick/laravel-queue-commands - 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. jrquick/laravel-queue-commands

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

jrquick/laravel-queue-commands
==============================

Helpful Laravel commands to help manage the queue from command line.

0.0.1(4y ago)110MITPHPPHP ^7.4|^8.0

Since Aug 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jrquick17/laravel-queue-commands)[ Packagist](https://packagist.org/packages/jrquick/laravel-queue-commands)[ Docs](https://github.com/jrquick17/laravel-queue-commands)[ RSS](/packages/jrquick-laravel-queue-commands/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (2)Used By (0)

laravel-queue-commands
======================

[](#laravel-queue-commands)

[![Latest Version](https://camo.githubusercontent.com/8b223fd5887b1b7bbf3f2fb5f2cdcc8d32a01497b6b01e4e3234e9cba61fb83d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a72717569636b2f6c61726176656c2d636f6d6d616e642d7175657565732e7376673f7374796c653d666c61742d737175617265)](https://github.com/jrquick/laravel-command-queues/releases)[![GitHub Workflow Status](https://camo.githubusercontent.com/5e90394e4b6d104e6a93cd6dd23b5c0c712de170cf09209fc52ac724e4f36018/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a72717569636b2f6c61726176656c2d636f6d6d616e642d7175657565732f72756e2d74657374733f6c6162656c3d7465737473)](https://camo.githubusercontent.com/5e90394e4b6d104e6a93cd6dd23b5c0c712de170cf09209fc52ac724e4f36018/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a72717569636b2f6c61726176656c2d636f6d6d616e642d7175657565732f72756e2d74657374733f6c6162656c3d7465737473)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/e9b76d6928ec9c65153cd13e1f8287e9e57b178b376242e578c2f32e2743bb95/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a72717569636b2f6c61726176656c2d636f6d6d616e642d7175657565732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jrquick/laravel-command-queues)

[![](example.gif)](example.gif)

Index
-----

[](#index)

- [About](#about)
- [Setup](#setup)
- [Usage](#usage)
- [Functionality](#functionality)
- [Contributing](#contributing)
- [Issues](#issues)
- [Release](#release)

About
-----

[](#about)

Helpful Laravel 7 and 8 commands to help manage the queue from command line.

- Visit [my website](https://jrquick.com) for other cool projects!

Setup
-----

[](#setup)

### Install

[](#install)

```
composer require jrquick/laravel-queue-commands

```

Functionality
-------------

[](#functionality)

- `php artisan queue:count` - Count the number of items in the queue(s).
    - --queue - CSV of queues to be counted
- `php artisan queue:test` - Test the queue(s).
    - --queue - CSV of queues to test
    - --delay - How long to delay each test
    - --repeat - The number of tests
    - --ttl - Time to execute the test jobs
- `php artisan queue:track` - Visually track the items in the queue.
    - --queue - CSV of queues to be tracked

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

[](#contributing)

### Thanks

[](#thanks)

- [jrquick17](https://github.com/jrquick17)

Issues
------

[](#issues)

If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/ng-speed-test/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.

Release
-------

[](#release)

### Update Version

[](#update-version)

- Update version in `composer.json` file following [Semantic Versioning (2.0.0)](https://semver.org/).

### Test

[](#test)

-

### Update Changelog

[](#update-changelog)

- Add updates to `CHANGELOG.md` in root.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

1729d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/145477908?v=4)[jrquick](/maintainers/jrquick)[@jrquick](https://github.com/jrquick)

---

Tags

laravelartisanqueuedevelopmentcommand

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jrquick-laravel-queue-commands/health.svg)

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

###  Alternatives

[pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

4482.1k](/packages/pmatseykanets-artisan-beans)[nuwber/rabbitevents

The Nuwber RabbitEvents package

120515.8k3](/packages/nuwber-rabbitevents)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[harris21/laravel-fuse

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

3786.5k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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