matiux/ddd-starter-pack
最新稳定版本:v4.12.5
Composer 安装命令:
composer require matiux/ddd-starter-pack
包简介
Basic Domain Driven Design utils
关键字:
README 文档
README
This library contains "concepts" to development of microservices based on hexagonal architecture and DDD.
- Branch v2: PHP < 8.0
Development
git clone git@github.com:matiux/ddd-starter-pack.git && cd ddd-starter-pack cp docker/docker-compose.override.dist.yml docker/docker-compose.override.yml rm -rf .git/hooks && ln -s ../scripts/git-hooks .git/hooks
make build-php ARG=--no-cache make upd make composer ARG=install
test
make build-php ARG=--no-cache
make upd
make create-schema
make test
This repository uses GitHub actions to perform some checks. If you want to test the actions locally you can use act. For example if you want to check the action for static analysis
act -P ubuntu-latest=shivammathur/node:latest --job static-analysis
Modules
TODO
- Prendere spunto da questi progetti per la gestione degli eventi nei modelli di dominio
- Separare le parti infrastrutturali in altre librerie
统计信息
- 总下载量: 4.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-22