sparkphp/domain
最新稳定版本:v0.2.0
Composer 安装命令:
composer require sparkphp/domain
包简介
Interfaces for Domain and Payload pattern
README 文档
README
Interfaces to support the separation of concerns between domain logic and output encapsulation. In this pattern, the Domain object will always return a Payload object that contains the output of the Domain. Can be used in any context.
The Payload should be implemented as an immutable object, creating a copy whenever the status, output, or messages are modified.
统计信息
- 总下载量: 749
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-14