Skip to content

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.

NamespaceContents
Quiote\Action3 types
Quiote\Asset1 type
Quiote\Cache5 types
Quiote\Config68 types
Quiote\Console18 types
Quiote\Controller4 types
Quiote\DI6 types
Quiote\Database16 types
Quiote\Docs26 types
Quiote\Event12 types
Quiote\Exception27 types
Quiote\Execution33 types
Quiote\Filesystem17 types
Quiote\Http21 types
Quiote\I18n1 type
Quiote\Introspection2 types
Quiote\Logging16 types
Quiote\Mcp16 types
Quiote\Middleware29 types
Quiote\Model6 types
Quiote\Openapi3 types
Quiote\Plugin5 types
Quiote\Queue29 types
Quiote\Rector11 types
Quiote\Renderer7 types
Quiote\Replay106 types
Quiote\Request25 types
Quiote\Response4 types
Quiote\Routing27 types
Quiote\Runtime35 types
Quiote\Scheduler8 types
Quiote\Security60 types
Quiote\Service2 types
Quiote\Session19 types
Quiote\Storage35 types
Quiote\Support19 types
Quiote\Telemetry36 types
Quiote\Testing21 types
Quiote\Translation11 types
Quiote\User5 types
Quiote\Util26 types
Quiote\Validator49 types
Quiote\View4 types
TypeDescription
ContextAn execution profile — web, console, a named one — and the container its services resolve from.
ContextComponentInterfaceA core component the Context constructs from the factory metadata captured at Context::initialize() and drives through a two-step lifecycle.
ContextInterfaceWhat a collaborator needs from the application context: which profile this execution belongs to, and a way to reach its services.
ContextLifecycleA context’s per-request state machine: armed, claimed, cleared, armed again.
ContextRegistryOwns the live Context instances — one per named profile.
QuioteMain framework class used for autoloading and initial bootstrapping of Quiote.
ShutdownSequenceThe ordered list of components to shut down, and the operations on that order.