Search by

waffle-commons/contracts dependents (22) Order by: name | downloads Show: all | require | require-dev

  • PHP

    waffle-commons/async

    Fiber-based finish-request deferred task runner for Waffle Commons: short post-response work lifted out of the user-perceived latency path, under a bounded per-request budget.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/auth

    The Universal Authentication Bridge for Waffle Commons (RFC-021): JWT, OAuth2/OIDC, HMAC assertions, API-key/Basic and WebAuthn passkeys behind one stateless, fail-closed authenticator surface.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/cache

    PSR-6 and PSR-16 caching for Waffle Commons: a worker-safe pool and simple-cache facade with pluggable stores.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/config

    YAML configuration for Waffle Commons: environment-layered parameter loading with %env()% placeholder resolution, fail-secure parsing, and boot-time freezing for FrankenPHP workers. Requires ext-yaml.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/console

    A minimalist, zero-magic CLI runtime for Waffle Commons: commands registered explicitly at boot, constructor-injected dependencies, plus the Waffle Maker code generators.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/container

    PSR-11 dependency-injection container for Waffle Commons: autowiring, singleton lifecycles, and per-request reset semantics for resident-worker mode.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/data

    The data and persistence layer for Waffle Commons (RFC-022): a warm connection pool, a backend-agnostic query AST, and parameterized SQL / CQL / MongoDB / Firestore / key-value / GraphQL compilers for resident-worker mode.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/ecoshield-gateway

    FinOps-driven Strangler-Fig API gateway POC: intercept, proxy and cache a legacy PHP monolith from a FrankenPHP worker.

    Latest version requires waffle-commons/contracts ^0.1.0-beta6

  • PHP

    waffle-commons/error-handler

    PSR-15 error handling for Waffle Commons: RFC 7807 application/problem+json responses, PSR-3 logging, and debug-safe rendering that never leaks internals in production.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/event-dispatcher

    PSR-14 event dispatching for Waffle Commons: listener providers, stoppable events, and a worker-safe dispatcher wired at boot.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/http

    PSR-7 HTTP messages and PSR-17 factories for Waffle Commons: immutable request/response objects, streams, and contained file uploads.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/http-client

    PSR-18 HTTP client for Waffle Commons: default-on SSRF protection, bounded 8 KiB streaming in both directions, timeout ceilings, and concurrent promise-based fan-out.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/log

    PSR-3 logging for Waffle Commons: a minimal stream logger with channel separation, safe to hold across FrankenPHP worker requests.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/pipeline

    PSR-15 middleware pipeline for Waffle Commons: an ordered, boot-frozen stack with automatic OPTIONS answering and no per-request mutation.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/routing

    Attribute-driven routing for Waffle Commons: routes declared with #[Route] next to the controller, discovered at boot, and resolved through an AOT-compiled trie in O(depth).

    Latest version requires waffle-commons/contracts self.version