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.
- Host: GitHub
- URL: https://github.com/complexheart/php-sdk
- Owner: ComplexHeart
- License: apache-2.0
- Created: 2021-05-10T10:44:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T02:19:47.000Z (over 1 year ago)
- Last Synced: 2025-06-17T22:15:26.968Z (4 months ago)
- Topics: aggregates, clean-architecture, cqrs, ddd, entities, hexagonal-architecture, ports-and-adapters, value-object
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Complex Heart PHP SDK
[](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.