symfony/doctrine-messenger
Doctrine integration for Symfony Messenger. Store, dispatch, and consume messages using Doctrine-backed transports and tooling. Part of the Symfony ecosystem; issues and contributions go through the main Symfony repository.
This package is a Symfony-specific bridge and not designed for Laravel integration. Key considerations:
Illuminate\Queue) uses Eloquent models and its own service container, while this package requires Symfony Messenger and Doctrine DBAL dependencies. These frameworks have fundamentally different architectures (Symfony's component-based vs. Laravel's monolithic service provider model), creating irreconcilable conflicts in dependency injection and event handling.symfony/messenger, symfony/event-dispatcher)php artisan queue:work with Symfony commands (bin/console messenger:consume)How can I help you explore Laravel packages today?