Packages from quioteframework · Transparency log

  • PHP

    quioteframework/csrf

    CSRF protection (token validation + delivery middleware) for Quiote, built on symfony/security-csrf.

  • PHP

    quioteframework/db-cycle

    Cycle ORM driver adapter for Quiote's database layer.

  • PHP

    quioteframework/db-doctrine

    Doctrine ORM and DBAL driver adapters for Quiote's database layer.

  • PHP

    quioteframework/db-eloquent

    Eloquent (illuminate/database) driver adapter for Quiote's database layer.

  • PHP

    quioteframework/db-propulsion

    Propulsion (Propel 1 fork) driver adapter for Quiote's database layer.

  • PHP

    quioteframework/mcp

    MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.

  • PHP

    quioteframework/phptal

    PHPTAL (.tal) template renderer for Quiote, built on phptal/phptal.

  • PHP

    quioteframework/propulsion

    Propulsion is an object-relational mapping (ORM) for PHP, forked from Propel 1.

  • PHP

    quioteframework/quiote

    Quiote is a full-featured MVC-style framework for PHP 8.5+ with a strong focus on structure, code reusability and flexibility.

  • PHP

    quioteframework/ratelimit

    Rate limiting (login throttle, PDO-backed limiter storage) for Quiote, built on symfony/rate-limiter.

  • 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-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/telemetry-otel

    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.

  • PHP

    quioteframework/twig

    Twig (.twig) template renderer for Quiote, built on twig/twig.

  • PHP

    quioteframework/whoops

    Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.

  • PHP

    quioteframework/xslt

    XSLT (.xsl) template renderer for Quiote, built on ext-xsl/ext-dom.