Search by

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

  • PHP

    waffle-commons/utils

    Stateless, pure-function helpers shared across the Waffle Commons ecosystem: no I/O, no per-process state, safe to use across FrankenPHP worker requests.

    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/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/waffle

    A modern, minimalist, and security-focused PHP micro-framework.

    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

  • PHP

    waffle-commons/security

    Hierarchical Attribute-Based Access Control for Waffle Commons: fail-closed by default, object-level voters, a stateless HMAC CSRF subsystem bound to a per-browser session id, and fail-closed CORS.

    Latest version requires waffle-commons/contracts self.version

  • PHP

    waffle-commons/runtime

    The SAPI-agnostic runtime for Waffle Commons: boots a kernel and emits responses through contracts interfaces only, so the same application runs under FrankenPHP worker mode, PHP-FPM or the CLI server.

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