-
Messenger with 3 configured MessageBuses for Commands, Queries, Events
- messenger.bus.commands
- messenger.bus.queries
- messenger.bus.events
-
Additional Middleware to get original Exception instead of HandlerFailedException
-
Internal technical Subdomain Messenger to abstract the Symfony Messenger from the rest of your application
-
Working with Interfaces instead of Implementations to be flexible in Tests
-
It also includes basic examples of each kind of message and related configuration.
- PHP8
- composer (v2 recommended)
bin/console debug:messengerbin/console app:execute-command./vendor/bin/phpunit