Laminas Interview Full
5 min read Quiz at the end
Interview topics: ServiceManager, PSR-7, PSR-15, Mezzio, hydrators, ACL, module system.
Full Interview Guide
- ServiceManager — PSR-11 container; factories, invokables, delegators
- Module system — self-contained feature modules with own config, routes, views
- EventManager — observer pattern; decoupled cross-module communication
- ACL vs RBAC — ACL resource-centric; RBAC role-centric
- TableGateway — wraps a single DB table
- Hydrators — populate objects from arrays and extract back
- PSR-7 — immutable HTTP message interfaces
- PSR-15 — HTTP handlers and middleware (Mezzio uses this)