PHPackages                             filippo-toso/laravel-supervisor - 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. filippo-toso/laravel-supervisor

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

filippo-toso/laravel-supervisor
===============================

A simple supervisor tool that allows to run long lived Artisan commands (i.e. the queue) from the crontab

v2.0.7(1y ago)216.2k↓36.4%MITPHPPHP ^7.2 || ^8.0 || ^9.0

Since Jan 29Pushed 1y agoCompare

[ Source](https://github.com/filippotoso/laravel-supervisor)[ Packagist](https://packagist.org/packages/filippo-toso/laravel-supervisor)[ RSS](/packages/filippo-toso-laravel-supervisor/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Supervisor
==================

[](#laravel-supervisor)

A simple supervisor tool that allows to run the Laravel Queue from the crontab.

Requirements
------------

[](#requirements)

- PHP 5.6+
- Laravel 5.0+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/laravel-supervisor

```

Using It
--------

[](#using-it)

For a small site you just need to add the following command to your crontab (once every minute).

```
php artisan supervisor:run

```

For larger sites you may want to publish the configuration and add multiple commands to run different queues:

```
php artisan vendor:publish --provider="FilippoToso\LaravelSupervisor\SupervisorServiceProvider"

```

In the configuration file you can find useful details.

Limitations
-----------

[](#limitations)

This package starts a command at each execution. This means that, if you have configured 5 commands to be executed, it can take up to 5 minutes to start them all. It also means that's best to place the most important commands (i.e. the queue) at the beginning of the commnads array.

If this limitation is a dealbreaker for you, just use the real [supervisor](http://supervisord.org/)!

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

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

Recently: every ~247 days

Total

18

Last Release

710d ago

Major Versions

v1.0.10 → v2.0.02021-07-10

PHP version history (4 changes)v1.0.1PHP ^5.6 || ^7.0

v1.0.9PHP ^5.6 || ^7.0 || ^8.0

v2.0.0PHP ^7.2 || ^8.0

v2.0.6PHP ^7.2 || ^8.0 || ^9.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (19 commits)")

### Embed Badge

![Health badge](/badges/filippo-toso-laravel-supervisor/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-laravel-supervisor/health.svg)](https://phpackages.com/packages/filippo-toso-laravel-supervisor)
```

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)[stancl/jobpipeline

Turn any series of jobs into Laravel listeners.

1226.6M10](/packages/stancl-jobpipeline)[prwnr/laravel-streamer

Events streaming package for Laravel that uses Redis 5 streams

110196.9k1](/packages/prwnr-laravel-streamer)[harris21/laravel-fuse

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

3786.5k](/packages/harris21-laravel-fuse)[saeedvaziry/laravel-async

Run asynchronous code in Laravel without waiting for results

15310.0k](/packages/saeedvaziry-laravel-async)

PHPackages © 2026

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