zenbox/ddd
最新稳定版本:1.1.1
Composer 安装命令:
composer require zenbox/ddd
包简介
Domain Driven Design in PHP
关键字:
README 文档
README
Domain Driven Design in PHP
- Assert beberlei/assert
- UuidIdentifier ramsey/uuid
- Command
- Query
- Specification
Installation
Using Composer:
composer require zenbox/ddd
Examples
See example/ for some examples.
Doctrine UUID type
Add Doctrine custom type uuid
<?php use ZenBox\Ddd\Infrastructure\Persistence\Doctrine\UuidType; Type::addType(UuidType::NAME, UuidType::class);
统计信息
- 总下载量: 1.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-03