API reference
This reference is generated from the source, so it describes the version you have installed rather than a release note. Each namespace below lists its own types; a type’s page carries its methods, the types they take and return, and where each one is declared.
For how the pieces fit together, start from the guides instead: the request lifecycle explains the path a request takes, and actions and views covers the two classes you write most.
Namespaces
Section titled “Namespaces”| Namespace | Contents |
|---|---|
Quiote\Action | 3 types |
Quiote\Asset | 1 type |
Quiote\Cache | 5 types |
Quiote\Config | 68 types |
Quiote\Console | 18 types |
Quiote\Controller | 4 types |
Quiote\DI | 6 types |
Quiote\Database | 16 types |
Quiote\Docs | 26 types |
Quiote\Event | 12 types |
Quiote\Exception | 27 types |
Quiote\Execution | 33 types |
Quiote\Filesystem | 17 types |
Quiote\Http | 21 types |
Quiote\I18n | 1 type |
Quiote\Introspection | 2 types |
Quiote\Logging | 16 types |
Quiote\Mcp | 16 types |
Quiote\Middleware | 29 types |
Quiote\Model | 6 types |
Quiote\Openapi | 3 types |
Quiote\Plugin | 5 types |
Quiote\Queue | 29 types |
Quiote\Rector | 11 types |
Quiote\Renderer | 7 types |
Quiote\Replay | 106 types |
Quiote\Request | 25 types |
Quiote\Response | 4 types |
Quiote\Routing | 27 types |
Quiote\Runtime | 35 types |
Quiote\Scheduler | 8 types |
Quiote\Security | 60 types |
Quiote\Service | 2 types |
Quiote\Session | 19 types |
Quiote\Storage | 35 types |
Quiote\Support | 19 types |
Quiote\Telemetry | 36 types |
Quiote\Testing | 21 types |
Quiote\Translation | 11 types |
Quiote\User | 5 types |
Quiote\Util | 26 types |
Quiote\Validator | 49 types |
Quiote\View | 4 types |
At the root
Section titled “At the root”| Type | Description |
|---|---|
Context | An execution profile — web, console, a named one — and the container its services resolve from. |
ContextComponentInterface | A core component the Context constructs from the factory metadata captured at Context::initialize() and drives through a two-step lifecycle. |
ContextInterface | What a collaborator needs from the application context: which profile this execution belongs to, and a way to reach its services. |
ContextLifecycle | A context’s per-request state machine: armed, claimed, cleared, armed again. |
ContextRegistry | Owns the live Context instances — one per named profile. |
Quiote | Main framework class used for autoloading and initial bootstrapping of Quiote. |
ShutdownSequence | The ordered list of components to shut down, and the operations on that order. |