Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shin1x1/domain-modeling-with-php
https://github.com/shin1x1/domain-modeling-with-php
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shin1x1/domain-modeling-with-php
- Owner: shin1x1
- License: mit
- Created: 2021-09-30T13:30:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T11:23:45.000Z (about 3 years ago)
- Last Synced: 2024-05-29T05:13:14.337Z (6 months ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English version: https://github.com/shin1x1/domain-modeling-with-php/blob/main/en/
# 「ドメインをモデリングしてPHPコードに落とし込む」サンプルコード
* 発表資料: https://speakerdeck.com/shin1x1/domain-modeling-with-php8
## Requirements
* PHP 8.1 以上(enum)
## Usage
サンプルコードは Docker で PHP 8.1 環境が構築できます。
* 環境構築
```shell
$ make
```* テスト実装
```shell
$ make test
```