illuminate/queue
Illuminate Queue is Laravel’s queue component, offering a unified API for multiple backends to run time‑consuming jobs asynchronously. Use the Capsule manager to configure connections outside Laravel and push jobs via instance or static access.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| artryazanov/laravel-wikipedia-games-db | Laravel package that builds a normalized video games database by scraping Wikipedia. Queue-driven and resumable, traverses categories, parses infoboxes via MediaWiki API + HTML, stores many-to-many relations with wikipedia_* tables, configurable via .env. | 1 | 2 | 0 | 0 | 0 | 5.2 | — | Unlicense | 9 months ago | |
| ashiqfardus/laravel-fuzzy-search | — | 7 | 7 | 1 | 568 | 0 | 0.1 | 26.1 | MIT | — | |
| beyondcode/laravel-websockets | — | 5,086 | 5,072 | 653 | 113K | 0 | 24.5 | 13.3 | MIT | 2 years ago | |
| blackfire/php-sdk | Blackfire PHP SDK for integrating profiling into your PHP apps. Install via Composer to create and submit Blackfire profiles, with docs for client usage and PHPUnit integration. Includes an optional proxy tool and a fallback PHP probe when the extension can’t be installed. | 159 | 159 | 21 | 144K | 8 | 33.0 | 50.0 | MIT | 2 weeks ago | |
| bugover/laravel-websocket | Fork of beyondcode/laravel-websockets bringing WebSockets to Laravel as a drop-in Pusher replacement. Supports SSL, Laravel Echo, and a debug dashboard, plus added connection events and two-way client-to-server messaging. | 3 | 3 | 0 | 0 | 0 | 8.9 | — | MIT | 11 months ago | |
| bzilee/multichannel-log-notification | Laravel package to send log notifications over multiple channels (Telegram, email, SMS, HTTP). Configure per log level, enable via env, plug into Monolog as a custom channel, and dispatch notifications to a dedicated queue for performance. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| chrishenrique/laravel-requests-monitor | Lightweight Laravel package to monitor, log, and analyze HTTP requests and custom app actions. Supports middleware auto-tracking, manual event registration, dedicated DB connection, configurable retention/pruning, and works with Laravel 7+ (PHP 7.4/8+). | 1 | 1 | 0 | 4 | 0 | 16.5 | 7.5 | MIT | 2 months ago | |
| culabs/illuminate-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| hamzi/portflow | PortFlow connects serial hardware (thermal printers, barcode/RFID scanners, scales, IoT boards) to Laravel via a driver-based architecture. Parse raw bytes into typed events, queue routes, and printing workflows, with Web Serial API support for browser integration. | 5 | 5 | 0 | 60 | 0 | 21.1 | 16.7 | MIT | 5 days ago | |
| iamfarhad/laravel-rabbitmq | Production-ready RabbitMQ queue driver for Laravel with native Queue integration. Built on ext-amqp with connection/channel pooling, configurable topology, Horizon hooks, Octane-safe resets, and optional high-performance basic_consume workers plus admin Artisan commands. | 33 | 33 | 3 | 1K | 2 | 27.1 | 24.3 | MIT | 3 weeks ago | |
| illuminate/auth | Laravel’s authentication component providing guards, user providers, password hashing, “remember me” services, and authorization gates. Powers login/session auth and integrates with HTTP middleware and the framework’s auth configuration. | 93 | 104 | 42 | 268K | 0 | 1.7 | 48.0 | MIT | — | |
| illuminate/broadcasting | Illuminate Broadcasting provides Laravel’s broadcasting layer for sending real-time events over channels via drivers like Pusher, Ably, and Redis. It includes broadcaster contracts, channel authorization, and event broadcasting utilities for scalable pub/sub. | 71 | 72 | 14 | 218K | 0 | 0.8 | 49.1 | MIT | — | |
| illuminate/notifications | Illuminate Notifications is Laravel’s notification component, providing a unified way to send notifications across channels like mail, database, broadcast, SMS, and Slack. Supports queued delivery, localization, and flexible routing for notifiable models. | 48 | 51 | 12 | 42K | 0 | 0.6 | 40.5 | MIT | — | |
| itxshakil/laravel-fast2sms | — | 20 | 20 | 1 | 0 | 0 | 18.2 | — | MIT | 2 months ago | |
| kainxspirits/laravel-pubsub-queue | Laravel queue driver for Google Cloud Pub/Sub. Configure a pubsub connection with project, queue/topic naming, retries and timeouts, and optional auto-creation of topics/subscriptions. Ideal for running Laravel jobs over Pub/Sub with minimal setup. | 47 | 48 | 41 | 11K | 8 | 7.9 | 35.6 | MIT | 1 year ago | |
| laracord/framework | Laracord Framework is the core of Laracord, a Laravel-powered micro-framework for building Discord bots with DiscordPHP. Includes generators for commands/events, slash command sync, interaction routing, async services/tasks, optional HTTP server, and great logging. | 48 | 48 | 18 | 158 | 18 | 15.6 | 16.7 | MIT | 1 year ago | |
| laravel/horizon | Laravel Horizon adds a polished dashboard and code-driven configuration for Laravel Redis queues. Monitor throughput, runtimes, and failed jobs, and manage all worker and supervisor settings from a single config file kept in source control. | 4,144 | 4,167 | 731 | 3M | 20 | 74.1 | 58.4 | MIT | 1 week ago | |
| laravel/lumen-framework | Core kernel code for Laravel Lumen, the fast PHP micro-framework. Provides the foundation for routing, database abstraction, queues, caching, and more. For building apps, use the main Lumen repository; docs at lumen.laravel.com. | 1,507 | 1,544 | 410 | 217K | 2 | 24.7 | 29.8 | MIT | 1 year ago | |
| laravel/pennant | Laravel Pennant is a simple, lightweight feature flag library for Laravel. Manage, evaluate, and roll out features safely across environments with an easy API and first-party integration, backed by official Laravel documentation. | 580 | 580 | 62 | 946K | 0 | 31.8 | 51.0 | MIT | 2 months ago | |
| laravel/pulse | Laravel Pulse is a real-time performance monitoring tool and dashboard for Laravel apps. Track key runtime metrics, identify slow requests and bottlenecks, and keep tabs on application health in production with minimal setup. | 1,689 | 1,687 | 212 | 928K | 3 | 42.0 | 46.5 | MIT | 1 month ago | |
| laravel/scout | Laravel Scout adds driver-based full-text search to Eloquent models, automatically syncing model changes to your search indexes. Supports Algolia, Meilisearch, and Typesense, with configuration and usage documented on laravel.com. | 1,659 | 1,686 | 359 | 2M | 4 | 50.0 | 51.4 | MIT | 3 weeks ago | |
| laravel/vapor-core | Core runtime and service providers that power Laravel Vapor deployments on AWS Lambda. Helps Laravel apps run smoothly in serverless environments, integrating with SQS, databases, Redis, networking, CloudFront, and other AWS services used by Vapor. | 413 | 414 | 153 | 413K | 0 | 35.5 | 48.5 | MIT | 3 weeks ago | |
| laravel-doctrine/orm | — | 836 | 845 | 181 | 69K | 6 | 37.4 | 32.5 | MIT | 1 month ago | |
| laravel-notification-channels/pagerduty | — | 5 | 5 | 11 | 1K | 3 | 3.0 | 32.8 | MIT | 1 year ago | |
| laravel-notification-channels/twilio | — | 258 | 258 | 45 | 243K | 14 | 32.0 | 53.8 | — | 2 months ago | |
| laravel-zero/framework | Laravel Zero is an unofficial, Laravel-based micro-framework for building fast, elegant console apps. Includes optional Eloquent/logging, interactive menus, desktop notifications, scheduler, standalone compiler, and Collision-powered error reporting. | 343 | 342 | 63 | 53K | 0 | 25.3 | 35.1 | MIT | 2 months ago | |
| mtahv3/laravel-queue-snssqs | — | 4 | 4 | 2 | 0 | 1 | 2.6 | — | MIT | 5 years ago | |
| netipar/laravel-chunky | — | 0 | 0 | 0 | 519 | 0 | 29.6 | 45.2 | MIT | 2 weeks ago | |
| nuwave/lighthouse | Lighthouse is a Laravel-first GraphQL server framework. Define schemas, resolve data with Eloquent, and handle common GraphQL tasks with built-in directives and extensibility. Docs at lighthouse-php.com. Note: repo planned to move to spawnia/lighthouse. | 3,493 | 3,500 | 469 | 330K | 106 | 77.6 | 58.8 | MIT | 2 months ago | |
| pannella/laravel-cti | — | 2 | 0 | 0 | 476 | 2 | 21.9 | 34.9 | MIT | 1 month ago | |
| pawprintdigital/laravel-queue-raw-sqs | — | 8 | 8 | 3 | 159 | 1 | 2.0 | 17.5 | MIT | 6 years ago | |
| richan-fongdasen/laravel-gcr-worker | — | 4 | 4 | 1 | 570 | 0 | 3.5 | 28.5 | MIT | 1 year ago | |
| ringlesoft/db-archive | — | 4 | 4 | 1 | 8 | 0 | 0.7 | 5.7 | — | 1 year ago | |
| roots/acorn | — | 972 | 975 | 109 | 77K | 1 | 38.0 | 32.6 | MIT | 4 days ago | |
| shelfwood/laravel-n8n | — | 0 | 0 | 0 | 163 | 0 | 18.0 | 35.4 | MIT | 1 month ago | |
| shiftonelabs/laravel-sqs-fifo-queue | — | 155 | 155 | 65 | 224K | 2 | 3.3 | 44.3 | MIT | — | |
| sofa/model-locking | — | 48 | 50 | 28 | 62 | 3 | 5.7 | 6.4 | MIT | 6 years ago | |
| spatie/laravel-backup-server | Securely store and manage backups from multiple Laravel apps on a dedicated backup server. Built on spatie/laravel-backup, it automatically receives and organizes incoming backups, with setup and docs tailored for Laravel deployments. | 171 | 171 | 16 | 1K | 0 | 28.6 | 14.9 | MIT | 3 weeks ago | |
| spatie/laravel-binary-uuid | NOT MAINTAINED. Store UUID primary keys as optimized binary in Laravel models for faster indexing/queries (MySQL/SQLite). Provides UUID generation and Eloquent trait/scopes to encode/decode and query by UUID, plus benchmarks to compare performance. | 520 | 524 | 57 | 92 | 0 | 4.4 | 0.7 | MIT | 7 years ago | |
| spatie/laravel-eventsauce | Integrate EventSauce event sourcing into Laravel with migrations, models, and queued jobs. Generate aggregate roots, repositories, events and commands via Artisan. Store domain messages per aggregate and dispatch consumers synchronously or through queues. | 121 | 121 | 15 | 433 | 0 | 3.5 | 9.1 | MIT | 5 years ago | |
| spatie/laravel-personal-data-export | Generate GDPR-style personal data exports as ZIP files in Laravel. Define what to include via a model method, add JSON and files (local or S3), store zips privately, email users a download link, and clean up old exports with an artisan command. | 548 | 551 | 28 | 12K | 0 | 27.9 | 20.9 | MIT | 3 months ago | |
| spatie/laravel-ray | Send Laravel debug output to Ray, Spatie’s desktop debugging app. Use a consistent API to inspect variables, arrays, HTML, queries and more, measure performance, and pause execution. Works across Laravel/PHP with Ray’s rich UI. | 317 | 321 | 72 | 902K | 0 | 32.4 | 55.4 | MIT | 1 month ago | |
| spatie/laravel-slack-slash-command | Build Slack slash commands in Laravel. Define handlers to validate and process incoming Slack requests, reply within 3 seconds or dispatch jobs for longer work, and send structured responses back to Slack. Includes request/response helpers and simple routing of commands. | 254 | 255 | 48 | 26K | 0 | 26.1 | 31.2 | MIT | 3 months ago | |
| spatie/laravel-webhook-server | Send webhooks from Laravel with configurable endpoints, payloads and headers. Supports request signing, queued delivery, retries with backoff, and failure handling. Ideal for notifying external services when events happen in your app. | 1,072 | 1,080 | 142 | 390K | 0 | 33.6 | 40.0 | MIT | 3 months ago | |
| spatie/laravel-welcome-notification | Send welcome emails to new Laravel users with a secure, expiring link to set their initial password. Adds migrations and a trait for your User model, plus a controller you extend to show the welcome form and save the password. | 596 | 598 | 46 | 18K | 0 | 26.9 | 23.4 | MIT | 3 months ago | |
| syamsoul/laravel-action-delay | — | 1 | 1 | 0 | 0 | 1 | 4.8 | — | MIT | 11 months ago | |
| teamtnt/laravel-scout-tntsearch-driver | — | 1,136 | 1,139 | 141 | 51K | 13 | 23.3 | 29.0 | MIT | 1 year ago | |
| the-caretakers/laravel-request-logger | — | 0 | 0 | 0 | 6 | 0 | 0.0 | 11.7 | — | — | |
| visualbuilder/filament-screenshot-catalogue | Capture every Filament v5 panel page as desktop/tablet/mobile screenshots in light & dark mode. Queue Playwright capture jobs, upload PNGs to S3, and publish a shareable HTML index for visual QA, design reviews, and regression workflows. | 5 | 5 | 0 | 711 | 0 | 0.0 | 28.7 | Apache-2.0 | — | |
| x-laravel/embedding | Laravel package that auto-generates and stores vector embeddings for Eloquent models via laravel/ai. Supports single or multi-slot embeddings with field-based triggers, queued generation per slot, driver-based similarity search across many databases, and optional reranking. | 0 | 0 | 0 | 358 | 0 | 0.0 | 35.3 | — | — | |
| xelent/xelentwatch | — | 0 | 0 | 0 | 6 | 0 | 0.0 | 11.7 | — | — |
How can I help you explore Laravel packages today?