1 min readCalm pace · scan the outline anytime

Yii cross-module bridges

ACL and async events on Yii.

Yii cross-module bridges

Host: Yii Yii3 (yiisoft/*); Yii2 brownfield (PHP ≥ 8.2 (Yii3)) · Researched 2026-08
One-shot: /apply/yii.full.md · Short: /yii

Sync ACL

DI-bound local port → ACL adapter → peer module façade interface.

Async

  • Shared EventDispatcherInterface adapter
  • Consumer Infra worker/handler → inbound Use Case
  • Rich payload + eventId idempotency

Yii3 modules are design boundaries — keep Application/Domain free of peer imports.

Modular Hexagonal Domain-Driven Design
Core 1.0.0-draft