quioteframework/quiote dependents (42) Order by: downloads | none Show: all | require | require-dev
-
PHP
quioteframework/replay-doctrine
Doctrine DBAL effect recorder for quioteframework/replay: a driver middleware that appends one effect-ledger entry per query.
-
PHP
quioteframework/replay-propulsion
Propulsion effect recorder for quioteframework/replay: records every query into a request's cassette effect ledger, with bound-parameter and captured-row redaction.
-
PHP
quioteframework/replay-pdo
PDO-backed cassette store for quioteframework/replay: keeps recorded cassettes in the app's own database instead of a pod's ephemeral filesystem.
-
PHP
quioteframework/replay-cycle
Cycle (cycle/database) effect recorder for quioteframework/replay: a PSR-3 logger that appends one effect-ledger entry per successful query.
-
PHP
quioteframework/docs
Generates the framework's API reference from reflection and docblocks as Markdown pages for the Astro/Starlight documentation site (`docs:api`). Development tooling, not part of the request path.
-
PHP
quioteframework/filesystem
Quiote's filesystem subsystem: FilesystemAdapterInterface/ListableFilesystemInterface, FilesystemManager, FilesystemDriverRegistry, LocalFilesystemAdapter, the object-store-backed adapter base classes cloud filesystem drivers extend, and ObjectStoreSessionPersistence, the equivalent base for cloud s
-
PHP
quioteframework/session-azure
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).
-
PHP
quioteframework/session-gcs
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).
-
PHP
quioteframework/session-s3
AWS S3 session backend for Quiote — a SessionPersistenceInterface implementation for SessionManager, backed by a minimal SigV4 REST client (no aws-sdk-php dependency).
-
PHP
quioteframework/telemetry-dashboard
TUI dashboard + minimal OTLP/HTTP receiver for Quiote (`telemetry:dashboard` console command). A standalone process, not part of the request path.
-
PHP
quioteframework/session-redis
Redis-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, built on predis/predis.
-
PHP
quioteframework/queue-redis
Redis-backed queue driver for Quiote's queue subsystem, using predis/predis.