Skip to content

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

Notifications You must be signed in to change notification settings

daniert/php-ddd-skeleton

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

91 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.5%
  • HTML 5.4%
  • Gherkin 1.2%
  • Other 0.9%