CakePHP adapter
| Host | CakePHP 5.4.x |
| PHP | 8.2–8.5 |
| Researched | 2026-08 |
| ORM / persistence | CakeORM Table / Entity |
| Composition root | Application::services() / Plugin::services() |
| Async | Cake events / queue listeners |
| One-shot apply | /apply/cakephp.full.md |
| Short URL | /cakephp |
CakePHP is a host, not Core. Domain and Application stay framework-agnostic; the pages below map Core roles onto CakePHP APIs.
Topic pages
- Persistence — CakeORM Table / Entity quarantine
- Composition root — Application::services() / Plugin::services()
- Cross-module bridges — ACL + async
- UI delivery — Plugin Controllers
- Tooling — tests, SA, style
- Migrations — schema ownership
Design test
If the peer module is deleted and replaced by HTTP, does Application/Domain still compile?