Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

v2.0.0: (2015-01-28)

Latest
Compare
Choose a tag to compare
@pocky pocky released this 28 Jan 15:35
· 1 commit to master since this release

Hello!

New release for ddd-php with BC-break:

  • Application\DTO\Transformer is now know as Application\DTO\Assembler (and follow Martin Fowler recommendation)
  • Infrastructure\Persistence\Repository is now know asDomain\Model\Repository(your Interface MUST BE inDomain\Modelbut your concrete class will beInfrastructure\Persistence`)
  • Infrastructure\DomainEvent\DomainEvent is now know as Domain\Event\DomainEvent