Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

πŸ˜πŸš€ PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project

Notifications You must be signed in to change notification settings

CodelyTV/php-ddd-skeleton-deprecated

Folders and files

NameName
Last commit message
Last commit date
Nov 14, 2019
Oct 21, 2019
Oct 4, 2019
Oct 4, 2019
Dec 16, 2019
Dec 2, 2019
Dec 2, 2019
Nov 14, 2019
Nov 14, 2019
Jul 30, 2019
Apr 27, 2022
Dec 11, 2023
Jul 25, 2019
Dec 9, 2019
Dec 9, 2019
Aug 21, 2019
Aug 21, 2019

Repository files navigation

Warning

This repository has been archived in favor of PHP DDD Example

Codely logo

Template to start from scratch a new Php project using DDD as architecture.

Installation

Use the dependency manager Composer to create a new project.

composer create-project codelytv/ddd-skeleton

Usage with Docker

Just run:

make build

Then go to http://localhost:8030/health-check to check all is ok.

Usage from local

First of all you should execute

make prepare-local

And then start local environment:

make start-local

And then going to http://localhost:8030/health-check to check all is ok.

Contributing

There are some things missing feel free to add this if you want! If you want some guidelines feel free to contact us :)