Skip to content

rdehnhardt/ddd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDD Example

This is an example of implementation based on Domain Driven Design and framework agnostic.

This design has concentrated focus on the folder domain.

The same uses the container and route packages of "the league php" to manage the requests and responses.

Install

Via Composer

$ composer install

Run

Start embedded server

$ php -S localhost:8080 -t public/ public/index.php

Access

Using your browser

http://localhost:8080

About

Example of DDD implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages