dualmedia/symfony-doctrine-event-converter-bundle
EntityCreatedEvent, EntityUpdatedEvent), which can then be consumed by services, queues, or APIs without direct Doctrine dependency.Order is updated") by converting Doctrine events into Symfony events that can be dispatched to subscribers.prePersist, postUpdate) with Symfony’s event system.For Executives: "This bundle lets us unify Doctrine’s database events with Symfony’s event system, cutting development time for features like real-time notifications or audit logs. By converting Doctrine actions (e.g., 'user updated') into Symfony events, we can trigger workflows—like sending emails or syncing data—without writing repetitive listener code. It’s a low-risk way to adopt event-driven architecture, reducing technical debt and enabling scalable features like background jobs or API syncs."
For Engineers:
*"This solves the pain of manually mapping Doctrine events (e.g., postUpdate) to Symfony events. With minimal setup—just mark entities with IdentifiableInterface and define abstract events—we get a clean way to:
How can I help you explore Laravel packages today?