Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplebus/doctrine-orm-bridge
[READ ONLY] Bridge for using commands and events with Doctrine ORM. Full documentation can be found here:
https://github.com/simplebus/doctrine-orm-bridge
doctrine-orm php simplebus
Last synced: 22 days ago
JSON representation
[READ ONLY] Bridge for using commands and events with Doctrine ORM. Full documentation can be found here:
- Host: GitHub
- URL: https://github.com/simplebus/doctrine-orm-bridge
- Owner: SimpleBus
- License: mit
- Created: 2014-11-07T10:11:52.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T14:33:45.000Z (over 1 year ago)
- Last Synced: 2024-12-19T23:14:22.523Z (22 days ago)
- Topics: doctrine-orm, php, simplebus
- Language: PHP
- Homepage: http://docs.simplebus.io/
- Size: 600 KB
- Stars: 29
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleBus/DoctrineORMBridge
[![Tests Actions Status](https://github.com/SimpleBus/SimpleBus/workflows/Tests/badge.svg)](https://github.com/SimpleBus/SimpleBus/actions)
By [Matthias Noback](http://php-and-symfony.matthiasnoback.nl/), Cliff Odijk, Ruud Kamphuis
This package provides command bus middlewares that can be used to integrate
[SimpleBus/MessageBus](https://github.com/SimpleBus/MessageBus) with [Doctrine
ORM](https://github.com/doctrine/doctrine2).It provides an easy way to [wrap command handling in a database transaction](http://docs.simplebus.io/en/latest/Components/DoctrineDBALBridge.html#transactions) and [handle domain events generated by entities](http://docs.simplebus.io/en/latest/Components/DoctrineORMBridge.html#domain-events).
Resources
---------* [Report issues](https://github.com/SimpleBus/SimpleBus/issues) and
[send Pull Requests](https://github.com/SimpleBus/SimpleBus/pulls)
in the [main SimpleBus repository](https://github.com/SimpleBus/SimpleBus)