Libraries tagged by quiote
quioteframework/replay-storage
22 Downloads
Object-store-backed cassette store for quioteframework/replay, built on the framework-free quioteframework/storage contracts (any ListableObjectStoreClientInterface -- Azure Blob, S3, GCS).
quioteframework/replay-azure
22 Downloads
Azure Blob Storage cassette store for quioteframework/replay: the production target for an AKS + Azure Blob + Log Analytics deployment.
quioteframework/phptal
26 Downloads
PHPTAL (.tal) template renderer for Quiote, built on phptal/phptal.
quioteframework/mcp
91 Downloads
MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.
quioteframework/exception-notifier
13 Downloads
Exception notification plugin for Quiote: Microsoft Teams (Adaptive Card) and generic webhook channels, with an extendable channel driver seam.
quioteframework/cloud-azure
22 Downloads
Minimal Azure Blob and Table Storage clients, Shared Key or Azure AD (workload identity / az login) authenticated REST access with no azure-sdk dependency, plus a signed-request method for operations they do not model themselves. Framework-agnostic (built on quioteframework/storage, not the Quiote framework itself) and usable outside a Quiote application; also shared by Quiote's own Azure session and filesystem backends.
quioteframework/quiote-mcp-assistant
3 Downloads
MCP server giving AI agents authoritative knowledge of, and read-only/scaffolding access to, Quiote applications.
quioteframework/worker-swoole
15 Downloads
Swoole worker runtime for Quiote, serving the app from an embedded Swoole HTTP server.
quioteframework/worker-roadrunner
15 Downloads
RoadRunner worker runtime for Quiote, turning `Kernel::run()` into a RoadRunner PSR-7 worker loop.
quioteframework/telemetry-otel
16 Downloads
OpenTelemetry SDK exporter/bootstrap for Quiote's always-on Trace facade. Builds worker-lifetime tracer/meter providers from telemetry.* settings and flushes them per request.
quioteframework/telemetry-dashboard
0 Downloads
TUI dashboard + minimal OTLP/HTTP receiver for Quiote (`telemetry:dashboard` console command). A standalone process, not part of the request path.
quioteframework/session-s3
0 Downloads
AWS S3 session backend for Quiote — a SessionPersistenceInterface implementation for SessionManager, backed by a minimal SigV4 REST client (no aws-sdk-php dependency).
quioteframework/session-redis
0 Downloads
Redis-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, built on predis/predis.
quioteframework/session-gcs
0 Downloads
Google Cloud Storage session backend for Quiote — a SessionPersistenceInterface implementation for SessionManager, backed by a minimal HMAC-key REST client (no google/cloud-storage dependency).
quioteframework/session-azure
0 Downloads
Azure Blob Storage and Table Storage session backends for Quiote — SessionPersistenceInterface implementations for SessionManager, backed by minimal Shared-Key REST clients (no official SDK dependency).