定制 ag/shop 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ag/shop

Composer 安装命令:

composer require ag/shop

包简介

README 文档

README

TYPO3 Flow package to show how Ag.Event and the use of domain events can improve design and avoid anemic domain models and increase seperation of concerns.

This is example is thought of as a playground and intended for teaching/referencing of domain driven design principles.

A lot of inspiration from the book: https://vaughnvernon.co/?page_id=168

The example shows among other things:

  • The use of modules that communicates using application services and shares information using value objects
  • The use of aggregates to ensure invariants (such as the in stock property on inventory items)
  • The use of optimistic locking on aggregates with @ORM\Version (to avoid two concurrent processes overwrite each others changes to an aggregate)
  • The use of domain events to communicate between aggregates
  • Eventuel consistency between aggregates using domain events
  • Transactional persistence (changes within an aggregate + the corresponding published events are persisted in the same transaction).

统计信息

  • 总下载量: 27
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 5
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2013-02-26