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
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| illuminate/http | 0.86 | Illuminate Http provides Laravel’s HTTP layer: a rich Request and Response API, input and file handling, headers/cookies, sessions, redirects, and helpers for working with Symfony HTTP components. Useful for building middleware and controllers cleanly. | 119 | 131 | 38 | 575K | 0 | 1.8 | 50.8 | MIT | — | |
| cptburke/application-primitives | 0.84 | Lightweight set of PHP/Laravel application primitives: small value objects, helpers, and foundational abstractions to standardize common patterns across a codebase. Intended to be reused across projects to keep core logic consistent and reduce boilerplate. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 2 years ago | |
| dlakomski/asynchronous | 0.84 | Laravel package enabling asynchronous/background execution of tasks and queued jobs, letting you dispatch work without blocking the request cycle. Useful for offloading long-running operations, improving responsiveness, and handling work in parallel or after response. | 0 | 0 | 0 | 386 | 0 | 0.0 | 35.7 | MIT | — | |
| artox-lab/abstract-bus-event-message | 0.84 | — | 0 | 0 | 0 | 251 | 0 | 0.0 | 33.5 | — | — | |
| bobrd/messagebus-bundle | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| amranidev/micro-bus | 0.84 | Laravel/Lumen package for building event-driven microservices on AWS using SNS/SQS. Provides publisher/subscriber setup, config publishing, and env-based credentials to implement Pub-Sub messaging between services. | 73 | 74 | 11 | 277 | 0 | 4.0 | 9.3 | MIT | 3 years ago | |
| bengor-user/simple-bus-bridge | 0.84 | Adapter bridge integrating BenGorUser with Matthias Noback’s SimpleBus, wiring user command/event handling into the SimpleBus message bus. Install via Composer; fully tested with PHPSpec and documented in the core BenGorUser User library. | 1 | 1 | 0 | 136 | 0 | 0.9 | 25.4 | MIT | 9 years ago | |
| illuminate/view | 0.84 | Illuminate View is Laravel’s templating and view rendering component. It compiles and renders Blade templates, manages view composers and shared data, supports view discovery, caching, and engines, and integrates cleanly with the rest of the Illuminate framework. | 130 | 140 | 50 | 684K | 0 | 2.2 | 51.4 | MIT | — | |
| illuminate/translation | 0.83 | Illuminate Translation is Laravel’s translation engine, providing a Translator with loaders, language files, and fallback locales to resolve strings and pluralization. Supports namespaces, JSON translations, and runtime locale switching for multilingual PHP apps. | 69 | 73 | 11 | 482K | 0 | 0.7 | 53.0 | MIT | — | |
| black/cqrs-php | 0.83 | Minimal CQRS command bus for PHP/DDD without event sourcing. Define Command and CommandHandler, register handlers to commands, then dispatch via a single Bus. Includes optional Symfony bundle integration with service tags for handler registration. | 5 | 5 | 2 | 0 | 1 | 0.1 | — | MIT | — | |
| illuminate/console | 0.83 | Illuminate Console provides the Artisan command-line framework used by Laravel. Define commands, schedule tasks, manage input/output, prompts, and terminal styling, and integrate with the service container to build robust CLI tools and automation. | 130 | 137 | 28 | 596K | 0 | 1.5 | 50.5 | MIT | — | |
| simple-bus/message-bus | 0.83 | Generic PHP interfaces and utilities for building message buses such as command buses and event buses. Provides reusable components to dispatch messages through middleware and handlers, forming the foundation for CQRS-style messaging in your app. | 344 | 348 | 43 | 68K | 0 | 3.0 | 31.7 | MIT | — | |
| autobus-php/autobus-bus-sample-bundle | 0.82 | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| bengor-user/simple-bus-bridge-bundle | 0.82 | — | 0 | 0 | 0 | 136 | 0 | 1.2 | 29.5 | MIT | 8 years ago | |
| bengor-file/simple-bus-bridge-bundle | 0.82 | — | 0 | 0 | 0 | 70 | 0 | 1.2 | 25.6 | MIT | 8 years ago | |
| simple-bus/doctrine-orm-bridge | 0.82 | Doctrine ORM bridge for SimpleBus/MessageBus. Provides command bus middleware to run command handling inside Doctrine transactions and to dispatch domain events generated by entities. Part of the SimpleBus ecosystem. | 29 | 29 | 12 | 12K | 0 | 0.5 | 35.7 | MIT | — | |
| simple-bus/asynchronous | 0.82 | Generic PHP classes and interfaces for processing messages asynchronously with a SimpleBus MessageBus. Provides building blocks to queue, publish, and handle messages outside the request cycle; integrates with SimpleBus components and documented usage guides. | 24 | 24 | 5 | 30K | 0 | 0.3 | 42.3 | MIT | — | |
| dlakomski/message-bus | 0.82 | — | 0 | 0 | 0 | 386 | 0 | 0.0 | 35.7 | MIT | — | |
| artox-lab/clarc-message-bus-bundle | 0.82 | — | 0 | 0 | 1 | 2 | 0 | 0.3 | 6.6 | — | 5 years ago | |
| simple-bus/symfony-bridge | 0.81 | Symfony integration bridge for SimpleBus/MessageBus. Provides CommandBusBundle, EventBusBundle, and DoctrineORMBridgeBundle to wire command and event buses into your Symfony app, with docs and upgrade guide. | 131 | 132 | 24 | 47K | 0 | 6.2 | 35.2 | MIT | 4 years ago |
How can I help you explore Laravel packages today?