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

Events Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Enables event-driven architecture for decoupled, scalable application components (e.g., user registration triggering email notifications, analytics updates, and audit logs without tight coupling).
  • Supports asynchronous processing of background tasks (e.g., sending welcome emails post-signup) to improve user experience and system responsiveness.
  • Eliminates need for third-party event systems, reducing integration risks, maintenance overhead, and technical debt.
  • Critical for roadmap features requiring real-time updates (e.g., live dashboards) or microservice communication via Laravel's event bus.

When to Consider This Package

  • Adopt only when building Laravel applications needing event/listener patterns.
  • Avoid if using non-Laravel frameworks (e.g., Symfony, Lumen) — use their native event systems instead.
  • Not required for simple CRUD apps without async processing or cross-component communication needs.
  • For high-throughput, cross-language event systems (e.g., Kafka, RabbitMQ), consider dedicated messaging infrastructure instead of Laravel’s built-in solution.
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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport