doctrine-orm-bridge icon indicating copy to clipboard operation
doctrine-orm-bridge copied to clipboard

[READ ONLY] Bridge for using commands and events with Doctrine ORM. Full documentation can be found here:

SimpleBus/DoctrineORMBridge

Tests Actions Status

By Matthias Noback, Cliff Odijk, Ruud Kamphuis

This package provides command bus middlewares that can be used to integrate SimpleBus/MessageBus with Doctrine ORM.

It provides an easy way to wrap command handling in a database transaction and handle domain events generated by entities.

Resources