zenbox/ddd

Domain Driven Design in PHP

1.1.1 2022-04-02 15:47 UTC

This package is auto-updated.

Last update: 2024-03-30 00:17:14 UTC


README

PHP Version Stable Version Total Downloads

Domain Driven Design in PHP

Installation

Using Composer:

composer require zenbox/ddd

Examples

See example/ for some examples.

Doctrine UUID type

Add Doctrine custom type uuid

<?php

use ZenBox\Ddd\Infrastructure\Persistence\Doctrine\UuidType;

Type::addType(UuidType::NAME, UuidType::class);