Search by

markus_saakeli member since: Jul 01, 2026 · Transparency log

markus_saakeli's packages

  • 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/replay-doctrine

    Doctrine DBAL effect recorder for quioteframework/replay: a driver middleware that appends one effect-ledger entry per query.

  • PHP

    quioteframework/replay-eloquent

    Eloquent (illuminate/database) effect recorder for quioteframework/replay: records one effect-ledger entry per query via the QueryExecuted event.

  • 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-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-storage

    Object-store-backed cassette store for quioteframework/replay, built on the framework-free quioteframework/storage contracts (any ListableObjectStoreClientInterface -- Azure Blob, S3, GCS).

  • PHP

    quioteframework/scheduler

    Cron-expression task scheduling (schedule:run console command) layered on the queue package, for Quiote.

  • PHP

    quioteframework/security-headers

    Security response headers (CSP, X-Frame-Options, HSTS, etc.) middleware for Quiote.

  • 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-pdo

    PDO-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, plus a native SessionHandlerInterface implementation for the legacy Storage subsystem.

  • PHP

    quioteframework/session-redis

    Redis-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, built on predis/predis.

  • 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/storage

    Framework-agnostic object-store contracts for Quiote: ObjectStoreClientInterface, ListableObjectStoreClientInterface, ObjectMetadata, ObjectListing, ObjectSummary and ObjectStoreException. No dependency on quioteframework/quiote, so a REST client built against these types (cloud-azure, cloud-s3, clo

  • 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.