1 min readCalm pace · scan the outline anytime

Slim cross-module bridges

ACL and async events on Slim.

Slim cross-module bridges

Host: Slim 4.15.x (PHP 7.4+ (use 8.2+ in practice)) · Researched 2026-08
One-shot: /apply/slim.full.md · Short: /slim

Sync ACL

Same Core dual-port pattern; adapters are container services.

Async

Slim has no built-in bus — add a queue library behind Shared EventDispatcherInterface. Consumer worker process loads the same container and runs Infra handlers → Use Cases.

Modular Hexagonal Domain-Driven Design
Core 1.0.0-draft