PHPackages                             iliakologrivov/queue-size - 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. iliakologrivov/queue-size

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

iliakologrivov/queue-size
=========================

Laravel Queue:size console command

1.1(7y ago)42.4k1PHPPHP &gt;=7.1.0

Since Feb 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/iliakologrivov/queue-size)[ Packagist](https://packagist.org/packages/iliakologrivov/queue-size)[ RSS](/packages/iliakologrivov-queue-size/feed)WikiDiscussions master Synced 2d ago

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

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

[](#installation)

You can install the package via composer:

```
composer require iliakologrivov/queue-size
```

### Publish

[](#publish)

By running `php artisan vendor:publish --provider="Iliakologrivov\Queuesize\QueueSizeServiceProvider"` in your project all files for this package will be published.

Usage
-----

[](#usage)

```
$ php artisan queue:size
+------------+------------+
| Queue name | Count jobs |
+------------+------------+
| default    | 9          |
+------------+------------+

$ php artisan queue:size --queue=q1 --queue=q2
+------------+------------+
| Queue name | Count jobs |
+------------+------------+
| q1         | 0          |
| q2         | 0          |
+------------+------------+

$ php artisan queue:size --failed-jobs
+------------+------------+-------------+
| Queue name | Count jobs | Failed Jobs |
+------------+------------+-------------+
| default    | 9          | 0           |
+------------+------------+-------------+

$ php artisan queue:size --preset=all
+------------+------------+-------------+
| Queue name | Count jobs | Failed Jobs |
+------------+------------+-------------+
| default    | 9          | 0           |
| q1         | 0          | 0           |
| q2         | 0          | 0           |
+------------+------------+-------------+

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

2638d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/972c4f9f83edfa68cee5cc6e6ed6c5ce7a8aa4e6dbad4f1372a46616f7dfbc0f?d=identicon)[iliakologrivov](/maintainers/iliakologrivov)

---

Top Contributors

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

---

Tags

laravelqueuesize

### Embed Badge

![Health badge](/badges/iliakologrivov-queue-size/health.svg)

```
[![Health](https://phpackages.com/badges/iliakologrivov-queue-size/health.svg)](https://phpackages.com/packages/iliakologrivov-queue-size)
```

###  Alternatives

[mlntn/laravel-unique-queue

Laravel queue connection that prevents identical jobs from being queued

1541.5k](/packages/mlntn-laravel-unique-queue)

PHPackages © 2026

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