Everything under Quiote\Plugin.
| Interface | Description |
|---|
NamedPlugin | Opt-in for a plugin whose diagnostics/logging name can’t be a compile-time constant (e.g. |
PluginInterface | A Quiote plugin: a self-contained bundle that contributes to the framework through the seams that already exist (config defaults, DI services, middleware, event listeners, routes/modules, output types, commands, HTTP clients) via a single PluginInterface::register() lifecycle call — this is the mechanism the framework’s “unopinionated core + opinionated drop-ins” philosophy is built on. |