/dd-php

Primary LanguagePHP

Domain Drivers PHP

Prerequisites:

  • Make
  • docker compose

Setup

The code below will boot the project, install all dependencies and run the build script (code style check, static analysis and all tests):

make up
make ci

Interactive shell

make bash