An open API service indexing awesome lists of open source software.

https://github.com/complexheart/php-sdk

Provide a set of useful classes and tools to ease the adoption of Domain-Driven Design into your PHP project.
https://github.com/complexheart/php-sdk

aggregates clean-architecture cqrs ddd entities hexagonal-architecture ports-and-adapters value-object

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Complex Heart PHP SDK

[![Test](https://github.com/ComplexHeart/php-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/ComplexHeart/php-sdk/actions/workflows/test.yml)

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

- [Contracts](https://github.com/ComplexHeart/php-contracts): Commons interfaces
to decouple some parts of the Domain.
- [Data Model](https://github.com/ComplexHeart/php-domain-model): Aggregates,
Entities and Value Objects.
- [Criteria](https://github.com/ComplexHeart/php-criteria): Small implementation
of a criteria pattern in PHP for Complex Heart SDK.