codelytv/ddd-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

DDD php Skeleton - Monorepository

Fund package maintenance!
bit.ly/CodelyTvPro

Installs: 3 033

Dependents: 0

Suggesters: 0

Security: 0

Stars: 249

Watchers: 13

Forks: 69

Type:project

1.0.0 2019-12-16 10:16 UTC

This package is auto-updated.

Last update: 2024-01-11 12:11:00 UTC


README

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 :)