Libraries tagged by php ddd
allysonsilva/laravel-artisan-domain-contexts
137 Downloads
A laravel package for using artisan commands in domain contexts
prooph/prooph-service-bus-module
205 Downloads
Zend Framework 2 Module for ProophServiceBus
prooph/prooph-event-store-module
2663 Downloads
ZF2 module that provides default functionality to use ProophEventStore in a ZF2 application
kint/vo
991 Downloads
Simple, yet powerful immutable Value Object.
jardissupport/contract
1846 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
php-ddd/utils
436 Downloads
Provide some utility classes that could not belong to a specific repository.
php-ddd/domain-driven-design-bundle
39 Downloads
DomainDrivenDesign integration for your Symfony2 project
php-ddd/command
5640 Downloads
The command part of the Command Query Responsibility Segregation
ddd-module/value-object
273 Downloads
A PHP library/collection of classes aimed immutable objects.
ddd-module/geotools
277 Downloads
Geo-related tools PHP 7.0+ library
dddphp/state-machine
14 Downloads
State Machine for PHP
jgimeno/value-objects
330 Downloads
Collection of PHP value objects to use and extend as building blocks for DDD.
birb/fancy-stubs-codegen
9 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (e.g. phpcbf) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors and birb/fancy-stubs-codegen-laravel.
odelrio/php-ddd-cqrs-api-skeleton
2 Downloads
A bootstrap to start writing API applications in PHP applying DDD, CQRS and Hexagonal Architecture
ddd-tw/php-ddd-common
27 Downloads
This is a PHP Domain-Driven Design common lib including abstract classes and interfaces