codefyphp/domain-driven-core

领域驱动设计的库和接口。

v1.0.3 2023-10-18 03:59 UTC

This package is auto-updated.

Last update: 2024-09-18 06:02:43 UTC


README

Domain Driven Core 是 CodefyPHP 框架的基础,它包括领域驱动开发和 CQRS 的接口和抽象。您可以使用默认实现,也可以使用接口来构建自己的 DDD/CQRS 实现。

需求

PHP 8.2+

安装

composer require codefyphp/domain-driven-core

致谢

domain-driven-core 库极大地受益于原始作者 ChiefButtercup.Protects