phpgears / ddd
DDD building blocks
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: ^7.1
- phpgears/aggregate: ^0.2
- phpgears/dto: ^0.3.1
- phpgears/event: ^0.3
- phpgears/identity: ^0.2.3
- phpgears/value-object: ^0.2
Requires (Dev)
- roave/security-advisories: dev-master
Suggests
- phpgears/cqrs: Command/Query Responsibility Segregation base
- phpgears/enum: PHP enumerables
- phpgears/event-sourcing: Event Sourcing base
This package is auto-updated.
Last update: 2025-03-20 01:32:28 UTC
README
ddd
Metapackage to DDD building blocks
Installation
Composer
composer require phpgears/ddd
Usage
Require composer autoload file
require './vendor/autoload.php';
Building blocks of DDD provided by this library
phpgears/identity | Identity |
phpgears/value-object | Value Object |
phpgears/aggregate | Aggregate Root, Entity |
phpgears/event | Domain Event, Event Bus |
Supporting packages
Packages that provide supporting functionality
phpgears/immutability | PHP object immutability |
phpgears/dto | Data Transfer Object |
Related packages
Concepts and packages, related and complementing DDD, you might be interested in but are NOT included
phpgears/enum | Enumerables |
phpgears/cqrs | Command/Query Responsibility Segregation |
phpgears/event-sourcing | Event Sourcing |
License
See file LICENSE included with the source code for a copy of the license terms.