laravel-queue-worker
Receive Laravel queue job payloads from ephemeral review environments over HTTP and execute them in their originating environment via Horizon.
laravel-queue-consumer
Dispatch Laravel queue jobs from ephemeral review environments to a central hub over HTTP instead of running a local queue worker.
laravel
by indexnowkit
Laravel package for IndexNow: notify Yandex, Bing, Naver, Seznam and Yep when Eloquent models change. #[IndexNow] rules on models, commit-safe observers, queued submission, key file route, artisan commands.
laravel-otp
by elkomy
Secure, queued, and configurable OTP verification package for Laravel applications.
laravel-remote-jobs
by iteearmah
HTTP endpoints that let a Node.js worker claim and execute Laravel queued jobs from the standard jobs table.
laravel-queue-guard
by xcodiedev
Development-time guard that inspects a queued job before it is dispatched and warns about payloads that will fail, corrupt, or bloat the queue.
task-runs-laravel
by phattarachai
In-app background-task status tracking for Laravel — opt-in jobs record task_runs rows with live progress, cooperative cancel, overlap + orphan guards, and a broadcast/poll UI contract.
laravel-queue-quarantine
by ranjbarali
A resilient quarantine and diagnostics layer for Laravel queue failures that cannot be safely persisted by the normal failed-job system.
laravel-clutch
by obaid
An agent harness for Laravel AI. Durable sessions, resumable runs, replayable events, human approvals, and budgets.
laravel-import-export
by magetech
Enterprise import/export engine for Laravel with streaming, queue processing, and progress tracking.
laravel-transaction-guard
by codegenie-be
Static analysis for unsafe jobs, events, mail, notifications and irreversible side effects inside Laravel database transactions.
laravel
by latidoflow
Heartbeat monitoring for Laravel scheduler and queue workloads with LatidoFlow.
laravel-mailerservice-sdk
by rsgrinko
SDK сервиса отправки почты для Laravel: клиент API и почтовый транспорт
laravel-queue-manager
by alveby
Cancel, delete, pause, reschedule and inspect Laravel queue jobs from code. Redis driver, no UI required.
laravel-queue-watch
Automatically restart your Laravel queue worker when application code changes, using pure-PHP polling — no Node.js required.
laravel-assignment
by byrcsc
Assignment routing for Eloquent models: any model can be assigned, any model can be an assignee, with atomic slot claims, an offer and accept handshake, pluggable selection policies, fair per-scope rotation, a priority queue, and offer cascades.
laravel-async-bus
by timofrenzel
Buffered and external async processing layer for Laravel with hash deduplication, TTL, distributed overflow spooling, protected API endpoints, Redis Streams/SQS/Beanstalk external jobs, optional dashboard and observability endpoints.
laravel-gdrive-backup
Automatic incremental + weekly full backups of Eloquent models to a personal Google Drive account via OAuth2, driven entirely by config.
laravel-max-client
by geekcodev
Laravel adapter for the MAX Messenger Bot API client (geekcodev/max-php-client)
laravel-horizon-job-output
by knobik
Job Output for Laravel Horizon — give queued jobs the output API an Artisan command has, and watch it live on the job details page.
laravel-queue-top
by caminodeldev
A safe terminal dashboard for inspecting Laravel queues, failed jobs, workers and queue health.
laravel-workflow-engine
by ssulima
Database-configurable workflow engine for Laravel — steps with dependencies, manual approval gates, retries with full attempt history, and support for many parallel runs.
laravel-kafka-queue
by posapp-vn
A Kafka-compatible Laravel queue connector with optional Redis-backed delayed jobs.
laravel-bulk-upload
by aditkuma
Queue-backed bulk CSV/Excel upload pipeline for Laravel - any columns, any row count - with a live processed/failed/in-progress/remaining progress dashboard (WebSocket broadcast + polling fallback).
laravel-notification-service
by bitarun
Notification service for Laravel applications with support for Email and SMS, including queue support.
askr-laravel
by kwhorne
Laravel integration for the Askr application server: session, cache, locks, queue and broadcasting drivers plus automatic page caching (pages are tagged with the models they read) — Redis-free, with an optional durable/replicated SQL Anywhere backend.
laravel-webhooks
Outbound signed webhook delivery with retries, delivery logs, and replay for Laravel.
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-garbage-collection
by webparking
Collect PHP reference cycles after every queue job to keep long-running workers from leaking off-heap memory.
webhook-manager-laravel
by snb4crazy
Queue-aware webhook sender and signature verifier for Laravel apps.
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.
restate-sdk-laravel
by qcodr
Laravel integration for the Restate PHP SDK — durable execution (workflows, virtual objects, sagas, durable timers) wired into Laravel's container, routing, and Artisan.
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-queue-doctor
by gwhitdev
Diagnose Laravel queue health and web-tier store reachability: catch worker/connection mismatches, stalled backlogs, and the cache/session Redis outages that 500 every request.
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
by babelqueue
Laravel adapter for BabelQueue: a drop-in polyglot queue driver. PHP produces strict JSON envelopes that Go, Python, Java, .NET and Node consumers read without PHP's serialize(). Built on babelqueue/php-sdk.
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-asb
by paulemich
Azure Service Bus queue driver for Laravel (asb), supporting delay, retry/backoff and dead-lettering. Built on paulemich/azure-service-bus.
laravel-telegram-logger
by ashishgusai
Production-grade asynchronous critical log dispatcher for Telegram Bot API with rate limiting, topic routing, and message truncation.
laravel-cloudflare-queue
by ossycodes
A production-ready Cloudflare Queue driver for Laravel, implementing the full Queue contract.
laravel-queue-clear-all
by poldixd
Development-only Artisan command to clear all Laravel Horizon queues.
laravel-admin-jobs
by dskripchenko
Failed jobs, batches and queue-depth viewer for dskripchenko/laravel-admin.
laravel-queue-monitor
by samirlama
A lightweight Laravel package for recording failed queue jobs and reviewing them from a web dashboard.