Skip to content

Provide a set of useful classes and tools to ease the adoption of Domain-Driven Design into your PHP project.

License

Notifications You must be signed in to change notification settings

ComplexHeart/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complex Heart PHP SDK

Test

Provide a set of useful classes and tools to ease the adoption of Domain Driven Design into your project.

  • Contracts: Commons interfaces to decouple some parts of the Domain.
  • Data Model: Aggregates, Entities and Value Objects.
  • Criteria: Small implementation of a criteria pattern in PHP for Complex Heart SDK.