Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Queue Laravel Package

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
anousss007/vigilance Driver-agnostic control center for Laravel queues, jobs, artisan commands and scheduler. Track runs and parameters, failures, and full job lifecycle across all queue drivers. Includes a production-ready Livewire dashboard to manually dispatch jobs and run allowlisted commands. 187 175 8 4K 0 25.6 21.0 MIT 3 weeks ago
View on GitHub
Context7
artisanpack-ui/analytics Laravel package adding an admin UI for analytics: configure tracking, view key metrics and reports, and manage dashboards from your application. Designed to integrate quickly with common Laravel stacks and provide a clean, configurable analytics panel. 0 0 0 37 17 26.4 31.7 MIT 2 weeks ago
View on GitHub
Context7
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 2.9 Unlicense 10 months ago
View on GitHub
Context7
ashiqfardus/laravel-fuzzy-search 8 8 1 422 0 0.1 23.2 MIT
View on GitHub
Context7
awobaz/compoships Adds composite-key relationship support to Laravel Eloquent. Define hasOne/hasMany/belongsTo relations matching two or more columns so eager loading works with legacy or third‑party schemas, using a custom base Model or Compoships trait. 1,206 1,210 143 352K 34 41.7 56.2 MIT 1 month ago
View on GitHub
Context7
beyondcode/laravel-websockets 5,077 5,072 653 112K 0 24.5 13.3 MIT 2 years ago
View on GitHub
Deep Wiki
Context7
bkwld/upchuck 22 4 0 0.2 MIT 8 years ago
Context7
blackfire/php-sdk Blackfire PHP SDK provides a client for programmatic profiling with Blackfire, plus integrations like PHPUnit. Includes an optional proxy to inspect profiling traffic and a pure-PHP probe fallback for environments where the Blackfire extension can’t be installed. 160 160 21 166K 8 31.4 50.6 MIT 1 month ago
View on GitHub
Context7
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 2 0 7.8 2.4 MIT 1 year ago
View on GitHub
Context7
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
View on GitHub
Context7
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 1 0 13.9 2.7 MIT 4 months ago
View on GitHub
Context7
culabs/illuminate-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
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. 4 4 0 0 0 20.1 MIT 1 month ago
View on GitHub
Context7
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. 34 33 3 2K 2 28.7 27.0 MIT 3 days ago
View on GitHub
Context7
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 105 42 274K 0 1.7 47.9 MIT
View on GitHub
Deep Wiki
Context7
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 231K 0 0.8 48.4 MIT
View on GitHub
Context7
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 43K 0 0.6 40.7 MIT
View on GitHub
Context7
itxshakil/laravel-fast2sms 21 21 1 0 0 15.9 MIT 3 months ago
View on GitHub
Context7
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 13K 8 7.9 36.7 MIT 1 year ago
View on GitHub
Context7
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 180 18 15.6 17.3 MIT 1 year ago
View on GitHub
Context7
laranail/package-tools 0 0 0 19.7 MIT 1 week ago
Context7
laravel/horizon Laravel Horizon adds a beautiful dashboard and code-driven configuration for Laravel Redis queues. Monitor throughput, runtime, and failures, manage workers and supervisors from a single config file, and keep queue operations visible and maintainable. 4,156 4,180 740 4M 14 69.5 52.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
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,543 411 225K 2 24.8 30.0 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
laravel/pennant Laravel Pennant is a simple, lightweight feature flag library for Laravel. Define and evaluate feature toggles, control rollouts, and experiment safely across environments. Official docs available at laravel.com/docs/pennant. 587 585 63 1M 0 34.4 53.2 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/pulse Laravel Pulse is a real-time performance monitoring tool for Laravel. It provides a dashboard to track application health and key metrics, helping you identify bottlenecks and issues quickly in development and production environments. 1,703 1,700 212 1M 3 42.7 47.3 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
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 for fast, scalable searching in Laravel apps. 1,668 1,695 361 2M 3 49.2 51.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
laravel/vapor-core Core runtime and service providers for running Laravel on Vapor (AWS Lambda). Handles serverless bootstrapping and integrations like queues, databases, Redis, networking, and CDN, helping Laravel apps scale smoothly in a serverless environment. 412 415 151 454K 0 32.9 48.2 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
laravel-doctrine/orm 840 846 181 64K 6 34.9 31.4 MIT 3 months ago
View on GitHub
Context7
laravel-notification-channels/pagerduty 5 5 11 1K 3 3.0 31.4 MIT 1 year ago
View on GitHub
Context7
laravel-notification-channels/twilio 258 258 45 253K 14 29.6 53.0 4 months ago
View on GitHub
Context7
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. 349 349 64 54K 0 22.6 35.2 MIT 3 months ago
View on GitHub
Context7
laravie/serialize-queries 69 6 0 13.9 MIT 4 months ago
Context7
mostafax/knet 0 0 0 0 0 1.2 MIT 2 years ago
View on GitHub
Context7
mtahv3/laravel-queue-snssqs 4 4 2 9 1 2.6 6.2 MIT 5 years ago
View on GitHub
Context7
netipar/laravel-chunky Chunk-based uploads for Laravel with resume support and an event-driven backend. Reliable large file uploads over unstable connections, plus framework-agnostic frontend clients for Vue 3, React, Alpine.js, and Livewire, with progress, batching, and broadcasting support. 0 0 0 443 0 28.7 44.1 MIT 1 month ago
View on GitHub
Context7
nuwave/lighthouse Lighthouse is a Laravel framework for serving GraphQL. Define schemas, queries, mutations, and subscriptions with powerful directives and Eloquent integration. Flexible, extensible, and well-documented for building GraphQL APIs in Laravel apps. 3,502 3,507 469 374K 107 80.7 60.9 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
pannella/laravel-cti 2 2 0 455 1 25.1 35.4 MIT 1 week ago
View on GitHub
Context7
pawprintdigital/laravel-queue-raw-sqs 8 8 3 104 1 2.0 15.2 MIT 6 years ago
View on GitHub
Context7
richan-fongdasen/laravel-gcr-worker 4 4 1 680 0 3.5 29.5 MIT 1 year ago
View on GitHub
Context7
ringlesoft/db-archive 4 4 1 20 0 0.7 9.7 1 year ago
View on GitHub
Context7
romalytar/yammi-jobs-monitoring-laravel Real-time queue monitoring & observability for Laravel. Dashboard for job runs, retries, failures, DLQ, stats, worker heartbeat, scheduled task outcomes, duration anomalies, and alerts (Slack/email/webhooks). Works with Redis, SQS, database, or sync—no extra infra. 26 23 3 419 0 22.0 19.5 MIT 1 month ago
View on GitHub
Context7
roots/acorn 983 982 110 80K 3 36.8 35.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
shelfwood/laravel-n8n 0 0 0 35 0 15.5 24.4 MIT 2 months ago
View on GitHub
Context7
shiftonelabs/laravel-sqs-fifo-queue 155 155 64 213K 2 3.3 44.0 MIT
View on GitHub
Context7
sofa/model-locking 48 50 28 38 3 5.7 5.0 MIT 6 years ago
View on GitHub
Context7
spaanproductions/laravel-switchbot-frame 0 0 0 16 0 20.5 20.0 Apache-2.0 3 days ago
View on GitHub
Context7
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. 172 172 15 2K 0 25.8 16.0 MIT 2 months ago
View on GitHub
Context7
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. 521 524 57 108 0 4.4 0.8 MIT 7 years ago
View on GitHub
Context7
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 296 0 3.5 7.4 MIT 5 years ago
View on GitHub
Context7
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 11K 0 25.7 20.4 MIT 5 months ago
View on GitHub
Context7
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. 318 321 71 882K 0 29.4 54.0 MIT 2 months ago
View on GitHub
Context7
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 27K 0 24.4 31.2 MIT 4 months ago
View on GitHub
Context7
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,075 1,080 142 417K 0 30.8 39.5 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
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. 597 598 46 20K 0 24.4 23.5 MIT 4 months ago
View on GitHub
Context7
syamsoul/laravel-action-delay 1 1 0 0 1 3.4 MIT 1 year ago
View on GitHub
Context7
teamtnt/laravel-scout-tntsearch-driver 1,135 1,140 143 47K 1 39.3 26.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
the-caretakers/laravel-request-logger 0 0 0 6 0 0.0 11.7
View on GitHub
Context7
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 338 0 0.0 24.3 Apache-2.0
View on GitHub
Context7
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. 1 0 1 2 0 0.0 4.2
View on GitHub
Context7
xelent/xelentwatch 0 0 0 3 0 0.0 8.3
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony