1 min readCalm pace · scan the outline anytime

Slim persistence

Chosen by you (Doctrine DBAL/ORM, PDO) — always Infra stays in Infrastructure for Modular Hexagonal DDD.

Slim persistence

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

Slim does not ship an ORM. Pick PDO/DBAL/Doctrine/Cycle and quarantine it in Infrastructure repositories that implement Domain ports.

src/{Module}/Infrastructure/Persistence/

No SQL in Use Cases.

Modular Hexagonal Domain-Driven Design
Core 1.0.0-draft