php-ddd icon indicating copy to clipboard operation
php-ddd copied to clipboard

PHP Symfony Doctrine Domain-driven Design

Results 63 php-ddd issues
Sort by recently updated
recently updated
newest added

Here is what I thought could represent a good use case to start an example of ddd with all types of relations (one to many, many to many), while being...

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 5.3.2 to 5.6.3. Commits a9de0db Prepare release 9556142 Merge branch '5.5' into 5.6 52ddda8 Merge branch '5.4' into 5.5 2d3d18e Merge branch '5.3' into 5.4 0deafa7 Merge...

Dependency Injection

When using CQRS we define a readonly Command DTO with the required public properties and add validation rules (Symfony Constraints) as attributes: ```php use OpenApi\Attributes as OA; use Symfony\Component\Validator\Constraints as...