Skip to content

Commit 588269c

Browse files
committed
docs: update README
1 parent 6ccf680 commit 588269c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
![Do not use](https://img.shields.io/badge/Under%20development-Don't%20use-red)
44
![license](https://img.shields.io/badge/license-MIT-blue.svg)
55
[![codecov](https://codecov.io/gh/rectitude-open/bamboocms-php/graph/badge.svg?token=OECMR7BR8G)](https://codecov.io/gh/rectitude-open/bamboocms-php)
6+
[![PHPStan](https://img.shields.io/badge/PHPStan-level%205-brightgreen)](https://phpstan.org/)
7+
[![CI](https://github.com/rectitude-open/bamboocms-php/actions/workflows/ci.yml/badge.svg)](https://github.com/rectitude-open/bamboocms-php/actions/workflows/ci.yml)
68

79
This project is an implementation of Domain-Driven Design (DDD) based on the Laravel framework. It retains framework features like Eloquent models and form validation while introducing DDD core patterns such as bounded contexts, domain models, and anti-corruption layers. The goal is to balance technical implementation with business representation, providing PHP developers with a gradual reference for applying DDD.
810

@@ -28,6 +30,6 @@ This project is an implementation of Domain-Driven Design (DDD) based on the Lar
2830

2931
#### 渐进策略
3032

31-
- 权衡取消部分 DDD 接口
32-
- 突出对中型项目的适配性,尽量避免过度设计
33-
- 可根据项目复杂度,逐步引入更多的 DDD 模式
33+
- 逐步引入 DDD 模式,避免过度设计
34+
- 突出对中型项目的适配性,避免过度复杂性
35+
- 通过示例代码和文档提供渐进式路径

0 commit comments

Comments
 (0)