codefyphp / domain-driven-core
Libraries and Interfaces for domain driven design.
v1.0.3
2023-10-18 03:59 UTC
Requires
- php: >=8.2
- qubus/event-dispatcher: ^3
- qubus/exception: ^3
- qubus/injector: ^3
- qubus/valueobjects: ^3
Requires (Dev)
- mockery/mockery: ^1.3.1
- pestphp/pest: ^1.21
- pestphp/pest-plugin-mock: ^1.0
- phpunit/phpunit: ^9.0
- qubus/cache: ^3
- qubus/log: ^3
- qubus/qubus-coding-standard: ^1.1
README
Domain Driven Core is the base for the CodefyPHP framework which includes interfaces and abstractions for domain driven development as well as CQRS. You can use the default implementations or use the interfaces to build your own DDD/CQRS implementations.
Requirement
PHP 8.2+
Installation
composer require codefyphp/domain-driven-core
Acknowledgements
The domain driven core library benefits greatly from the original authors of Chief and Buttercup.Protects.
- Adam Nicholson adamnicholson10@gmail.com
- Mathias Verraes mathias@verraes.net