symfony/messenger
Symfony Messenger helps PHP apps send and receive messages via async transports and message queues. Dispatch commands/events, route to handlers, and integrate with workers and transports to decouple services and improve scalability.
The Symfony Messenger component helps PHP applications send and receive messages between services, in-process handlers, or through message queues. It provides a consistent way to decouple work, improve responsiveness, and build reliable asynchronous or event-driven flows.
Use it to route messages to handlers, dispatch to transports, and scale processing with workers—while keeping your domain code clean and testable.
How can I help you explore Laravel packages today?