This repository has been archived by the owner on May 8, 2020. It is now read-only.
Releases: black-project/ddd-php
Releases · black-project/ddd-php
v2.0.0: (2015-01-28)
Hello!
New release for ddd-php with BC-break:
Application\DTO\Transformer
is now know asApplication\DTO\Assembler
(and follow Martin Fowler recommendation)Infrastructure\Persistence\Repository is now know as
Domain\Model\Repository(your Interface MUST BE in
Domain\Modelbut your concrete class will be
Infrastructure\Persistence`)Infrastructure\DomainEvent\DomainEvent
is now know asDomain\Event\DomainEvent