illuminate/bus
Illuminate Bus provides Laravel’s command bus for dispatching jobs, commands, and queued tasks. It supports sync and async dispatch, job chaining, batching, middleware-style pipelines, and robust integration with the queue system for background processing.
|
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. | 35 | 23 | 1 | 48 | 0 | 25.5 | 7.8 | MIT | 1 day ago | |
| ashiqfardus/laravel-fuzzy-search | — | 7 | 7 | 1 | 406 | 0 | 0.1 | 23.7 | MIT | — | |
| 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 | 2 weeks ago | |
| hexters/coinpayment | Laravel CoinPayments integration by Hexters. Provides simple setup and helpers to create transactions, generate checkout URLs, handle IPN callbacks, track payment status, and process confirmations for crypto payments via the CoinPayments API. | 70 | — | 39 | — | 16 | 25.5 | 6.2 | NOASSERTION | 2 weeks ago | |
| 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 | 48.1 | MIT | — | |
| illuminate/events | Illuminate Events is Laravel’s event dispatcher component, providing a simple way to register listeners and subscribers, dispatch events, and build decoupled, extensible application workflows with synchronous or queued handling. | 135 | 150 | 10 | 892K | 0 | 1.0 | 52.7 | 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 | 40K | 0 | 0.6 | 40.2 | MIT | — | |
| 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,506 | 1,544 | 410 | 224K | 2 | 24.7 | 30.0 | MIT | 1 year 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 for fast, scalable searching in Laravel apps. | 1,664 | 1,692 | 358 | 2M | 4 | 51.1 | 52.9 | MIT | 2 days 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. | 349 | 348 | 63 | 52K | 0 | 24.1 | 34.6 | MIT | 2 months ago | |
| mostafax/knet | — | 0 | 0 | 0 | 0 | 0 | 1.2 | — | MIT | 2 years ago | |
| 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 | 532 | 0 | 30.3 | 45.5 | MIT | 1 week ago | |
| 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,494 | 3,503 | 470 | 399K | 107 | 80.6 | 61.4 | MIT | 1 week ago | |
| ringlesoft/db-archive | — | 4 | 4 | 1 | 26 | 0 | 0.7 | 10.9 | — | 1 year 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 | 614 | 0 | 3.5 | 10.8 | MIT | 5 years ago | |
| spatie/laravel-medialibrary | Attach and manage files on Eloquent models with an easy API. Handle uploads, store media on any Laravel filesystem (local, S3, etc.), organize collections, and generate image/PDF conversions and manipulations with built-in support for responsive images. | 6,141 | 6,207 | 1,100 | 2M | 0 | 69.4 | 39.8 | MIT | 3 weeks ago | |
| spatie/laravel-schedule-monitor | Monitor Laravel scheduled tasks by logging starts, finishes, failures, and skips to a database table and viewing run history via an Artisan command. Optionally sync with Oh Dear to get alerts when tasks fail or don’t run on time. | 993 | 997 | 73 | 249K | 0 | 32.1 | 37.6 | MIT | 2 months ago | |
| spatie/laravel-webhook-client | Receive and process incoming webhooks in Laravel. Verify signatures, store webhook payloads, and handle them in queued jobs. Flexible configuration for multiple webhook endpoints and secure validation. | 1,187 | 1,187 | 159 | 494K | 0 | 40.2 | 42.4 | MIT | 2 weeks 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 | 425K | 0 | 32.5 | 40.2 | MIT | 3 months ago | |
| studio/laravel-totem | Laravel Totem provides a Horizon-style dashboard to manage Laravel Scheduler jobs. Create, enable/disable, and edit scheduled Artisan commands without changing code. Includes migrations/assets, auth customization, and supports Laravel 11/12 on PHP 8.2+. | 1,819 | 1,826 | 226 | 29K | 3 | 43.9 | 20.0 | MIT | 1 month ago | |
| syamsoul/laravel-action-delay | — | 1 | 1 | 0 | 0 | 1 | 4.6 | — | MIT | 11 months ago | |
| tailflow/laravel-orion | Laravel Orion builds a fully featured REST API from your Eloquent models and relationships with minimal boilerplate. Quickly generate standard CRUD endpoints, filtering, sorting, pagination, and relationship routes while keeping a Laravel-friendly workflow. | 1,601 | 1,604 | 98 | 19K | 0 | 20.1 | 15.4 | MIT | 1 year ago | |
| teamtnt/laravel-scout-tntsearch-driver | — | 1,136 | 1,139 | 142 | 52K | 12 | 22.9 | 28.4 | MIT | 1 year ago | |
| the-caretakers/laravel-request-logger | — | 0 | 0 | 0 | 11 | 0 | 0.0 | 14.9 | — | — | |
| 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 | 709 | 0 | 0.0 | 28.7 | Apache-2.0 | — | |
| visualbuilder/filament-screenshot-review | — | 0 | 0 | 0 | 747 | 0 | 0.0 | 39.7 | GPL-3.0 | — | |
| yadahan/laravel-authentication-log | — | 419 | 419 | 56 | 15K | 5 | 23.5 | 26.7 | MIT | 3 months ago |
How can I help you explore Laravel packages today?