Skip to content

simara-svatopluk/ddd-course-workshop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

DDD Course Workshop

Repository demonstates DDD implementation, done during DDD course.

Implemented

  • Aggregate IssuedInovice (also an entity)
  • Value Objects Item, Items, Number, Crown
  • Domain interface Series
  • Repository IssuedInvoices
  • PDO implementation of Series
  • Doctrine implementation of IssuedInvices
  • A reasonable amout of tests (code coverage almost 100)

Run

git clone git@github.com:simara-svatopluk/ddd-course-workshop.git
cd ddd-course-workshop
composer install
composer check

We don't live in caves, so always run tests, check PSR-2 and run static analysis.
Command composer check does all of it.

Workshop resources

Demo resources

About

Hands-on with DDD course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages