complex-heart / sdk
Domain model toolset to properly build Value Objects, Entities, Aggregates and Services.
Installs: 969
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/complex-heart/sdk
Requires
- php: ^8.2
- ext-json: *
- complex-heart/contracts: ^2.0.0
- complex-heart/criteria: ^4.0.0
- complex-heart/domain-model: ^4.0.0
README
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.