aggrego / domain-event-producer
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/aggrego/domain-event-producer
Requires
- php: >=7.1
- aggrego/domain: ^0
- aggrego/event-consumer: ^0
Requires (Dev)
- phpspec/phpspec: ^5.0
- phpstan/phpstan: ^0.10
- squizlabs/php_codesniffer: 3.*
- wikimedia/composer-merge-plugin: 1.4.*
This package is auto-updated.
Last update: 2025-09-29 02:09:01 UTC
README
DomainEventProducer
This module is cross-cut for pulling events from domain and pushing them to consume.
As Board\Repository
's decorator it implements UnitOfWork
- after executing command, pull all releated Events
from aggregates.
Related libs
Versioning
Staring version 0.1.0
, will follow Semantic Versioning v2.0.0.
Contributors
- Tomasz Kunicki TimiTao [lead developer]