cnastasi/ddd
最新稳定版本:v0.3.0
Composer 安装命令:
composer require cnastasi/ddd
包简介
A base for a DDD approach
README 文档
README
Base concepts for a DDD approach
This library gives you some base building blocks in order to build a DDD architecture.
Introduce into your code some concepts like:
- Value Object
- Entity
- Collection
Value Objects could be Simple or Composite.
Simple means that they contains only one primitive value (string, int, bool, float, object)
Composite, otherwise, that they have one or more value, that could be primitive, SimpleValueObject, another CompositeValueObject
Collections are "array" of Value Objects of the same type
统计信息
- 总下载量: 23.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-10