phpgears / ddd
DDD building blocks
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
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: 2024-10-20 00:42:40 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
Supporting packages
Packages that provide supporting functionality
Related packages
Concepts and packages, related and complementing DDD, you might be interested in but are NOT included
License
See file LICENSE included with the source code for a copy of the license terms.