Libraries tagged by ddd common
mediagone/cqrs-bus
1704 Downloads
DDD ready implementation of Command, Event and Query bus.
maximecolin/car
25 Downloads
A PHP implementation of the command bus pattern for DDD
zolta/cqrs
14 Downloads
CQRS application layer for PHP 8.2+ with command/query buses, decorator-based middleware pipeline, Result/Option monads, repository abstractions with caching, transaction management, domain event dispatching, and automatic handler discovery via attributes.
rayrutjes/domain-foundation
205 Downloads
Php framework focused on providing the tools to roll out a domain driven project.
prooph/micro-cli
13 Downloads
Command line interface to create prooph microservices
net-code/laravel-bus
6 Downloads
Attribute-routed command & query buses for Laravel with a configurable middleware pipeline.
mehedi250/laravel-structure-kit
28 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
codefyphp/domain-driven-core
138 Downloads
Libraries and Interfaces for domain driven design.
bengor-user/symfony-security-bridge
6202 Downloads
Adapter to make User compatible with Symfony security component
bengor-user/symfony-routing-bridge
6209 Downloads
Adapter to make User compatible with Symfony routing component
allysonsilva/laravel-artisan-domain-contexts
137 Downloads
A laravel package for using artisan commands in domain contexts
bengor/user
2488 Downloads
Lightweight user library developed using Domain-Driven Design
ddd/bundle
8 Downloads
Integration of the DDD components for Symfony2.
salamikola/laravel-ddscanner
2024 Downloads
This package scans through laravel project to remove or comment out instances of dd/ddd function
joerucci/laravel-domain-tools
2446 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.