dr3ads / ddd
Domain-Driven Design PHP helper classes (Application Services, Transactions, Domain Events, etc.
1.7.0
2021-06-05 11:36 UTC
Requires
- php: ^7.4
- ext-amqp: *
- jms/serializer: ~1.1
- react/event-loop: ^0.4.1
- zumba/json-serializer: ^3.0
Requires (Dev)
- phpunit/phpunit: 4.*
Suggests
- doctrine/orm: It allows Transactional Application Services and/or Domain Events persisted using Doctrine
- ext/amqp: It allows the usage of asynchronous messaging producers and message listeners
- videlalvaro/php-amqplib: It allows Domain Events notification using RabbitMQ