Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shin1x1/domain-modeling-with-php


https://github.com/shin1x1/domain-modeling-with-php

Last synced: 3 months ago
JSON representation

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
```