Search by

LesliePetrimaux member since: Jan 26, 2019 · Transparency log

LesliePetrimaux's packages

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

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

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

  • PHP

    waffle-commons/skeleton

    The official skeleton for Waffle Framework applications.

  • PHP

    waffle-commons/telemetry

    SDK-free enterprise telemetry for Waffle Commons: contract-first tracing no-ops, a Prometheus /waffle-metrics exporter, and stateless worker-metric collectors.

  • PHP

    waffle-commons/telemetry-otel

    OpenTelemetry SDK bridge for Waffle Commons: implements the framework TracerInterface with W3C trace-context propagation, keeping the OTel SDK out of the core perimeter.

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

  • PHP

    waffle-commons/waffle

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