Domain model toolset to properly build Value Objects, Entities, Aggregates and Services.

v2.0.0 2024-04-02 02:18 UTC

This package is auto-updated.

Last update: 2024-05-02 02:30:45 UTC


README

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.