laravel-queue-monitor
by jaydeep
Monitor your Laravel queues — track pending, running, completed, and failed jobs from an Artisan command or a live web dashboard.
laravel-queue-debounce
by bouzentm
Dispatch-time debounce for Laravel queued jobs. One job per debounce window, atomic Redis gating, crash recovery.
laravel-jobwarden
by kpconnell
A database-backed alternative to Horizon & Laravel Queues — durable jobs, sophisticated batches, high observability & scheduling that survive worker and host crashes, with no Redis to operate.
laravel-queue-management
Manage Laravel's database queue tables (jobs, failed_jobs, job_batches) through models and a service layer.
laravel-queue-promoter
A queue:work-style daemon that promotes due delayed and expired reserved jobs onto the ready queue for Laravel's Redis queue driver.
laravel-resumable-jobs
by muyki-labs
Resumable, checkpointed Laravel queue jobs that survive failures and resume from the last checkpoint, with built-in progress tracking.
laravel-priority-queue-manager
by balkar
Dispatch and manage Laravel jobs with priority levels — critical, high, normal, low.
laravel-flow
by sergiumhi
A lightweight job orchestrator for Laravel: composable, observable pipelines of queued jobs with revert (saga) and fan-out (subtask) support.
laravel-outbox
by dnakitare
Transactional outbox for Laravel: events and jobs persisted atomically with your business writes, then replayed reliably with backoff and dead-letter handling.
yammi-jobs-monitoring-laravel
by romalytar
Queue monitoring and observability for Laravel. Tracks job lifecycle, retries, failures and a dead-letter queue across all queue drivers (Redis, SQS, database, sync), with failure fingerprinting, scheduled-task monitoring, worker heartbeats, duration-anomaly detection and alerts (Slack, mail, PagerDuty, Opsgenie, webhook).
laravel-pipeline-jobs
by vherbaut
A Laravel package for building job pipelines with saga pattern support
laravel-tracestax
by tracestax
TraceStax monitoring for Laravel Queue — worker intelligence and observability for your background jobs
laravel-failed-jobs
by deivide
UI for Laravel failed jobs with retry support. Fork of hpwebdeveloper/laravel-failed-jobs.
laravel-tenant-jobs
by rylxes
Bulletproof multi-tenant queue job handling for Laravel. Fixes context leaking, facade singletons, scheduled dispatch, retry context, batch propagation, and queued notifications across stancl/tenancy and spatie/laravel-multitenancy.
laravel-executable
by havn
Single-task action classes for Laravel. Fully queueable, with a testing API that makes you like writing tests more than the actual code.
laravel-queue-control
by campelo
Queue orchestration and job control for Laravel. Cancel jobs, clear queues, pause workers, and manage job batches with ease.
laravel-horizon
by pixielity
Laravel Horizon queue monitoring with automatic supervisor and metric discovery for Pixielity applications
laravel-fuse
by harris21
Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.
laravel-job-monitor
by j-sandaruwan
Laravel package for tracking queue jobs with status, progress, and detailed execution history
laravel-roadrunner-queue
by ebects
Laravel native queue retry mechanism for RoadRunner - No zombie processes, full retry support!
laravel-queue-watcher
by lstables
Real-time queue job monitoring, debugging, and failure analysis for Laravel
laravel-job-progress
by mateffy
Track and show progress of your background jobs (for progress bar UIs etc.)
laravel-queue-flow
by b7s
A fluent Laravel Queue wrapper, simplifying queue management without creating separate Job classes
laravel-helios
by allanzico
A lightweight, self-hosted monitoring tool for Laravel applications with real-time tracking of logs, jobs, queries, and performance.
laravel-batch-dispatcher
by timmylindh
Batch Laravel queued jobs and queued event listeners into a single queued job dispatched at the end of the request.
laravel-job-watcher
A PHP Laravel Job Watcher to auto-restart queue worker on job file changes.
laravel-jobs-metrics
by omaralalwi
Tracks job memory consumption — works with or without Horizon, and enables long-term performance analysis via database logging.
laravel-one-time-operations
by phpsa
Run operations once after deployment - just like you do it with migrations!
laravel-beanstalk-worker
by timmylindh
Provides functionality to utilize Laravel SQS queues and cron jobs in AWS Elastic Beanstalk worker environments
laravel-one-time-operations
by pristavu
Run operations once after deployment - just like you do it with migrations!
laravel-one-time-operations
Run operations once after deployment - just like you do it with migrations!
laravel-operations
Run operations once after deployment - just like you do it with migrations!
laravel-one-time-operations
by timokoerber
Run operations once after deployment - just like you do it with migrations!
laravel-job-models
by repat
Eloquent Models for the tables job and job_fails as created by artisan queue:table and queue:failed-table
laravel-operations
Operations allow you to schedule your jobs in a programmatic, database-driven way
laravel-slack-bot
by sonnn
Sends a message to Slack when something goes wrong with your Laravel application.
laravel-slack-output
by nicolasmahe
Sends a message to Slack when something goes wrong with your Laravel application.
laravel-slack-output
by syedaunn
Sends a message to Slack when something goes wrong with your Laravel application.