Libraries tagged by woff
waffle-commons/utils
2199 Downloads
Stateless, pure-function helpers shared across the Waffle Commons ecosystem: no I/O, no per-process state, safe to use across FrankenPHP worker requests.
waffle-commons/security
99 Downloads
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.
waffle-commons/runtime
98 Downloads
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.
waffle-commons/routing
99 Downloads
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).
waffle-commons/pipeline
98 Downloads
PSR-15 middleware pipeline for Waffle Commons: an ordered, boot-frozen stack with automatic OPTIONS answering and no per-request mutation.
waffle-commons/log
81 Downloads
PSR-3 logging for Waffle Commons: a minimal stream logger with channel separation, safe to hold across FrankenPHP worker requests.
waffle-commons/http-client
92 Downloads
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.
waffle-commons/http
457 Downloads
PSR-7 HTTP messages and PSR-17 factories for Waffle Commons: immutable request/response objects, streams, and contained file uploads.
waffle-commons/error-handler
96 Downloads
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.
waffle-commons/container
163 Downloads
PSR-11 dependency-injection container for Waffle Commons: autowiring, singleton lifecycles, and per-request reset semantics for resident-worker mode.
waffle-commons/config
97 Downloads
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.
waffle-commons/cache
96 Downloads
PSR-6 and PSR-16 caching for Waffle Commons: a worker-safe pool and simple-cache facade with pluggable stores.
wolfdispatcher/wolfdispatcher
3 Downloads
Minimalistic Telegram bot dispatcher for interactive bots
sprintf/wolfflow-bundle
1257 Downloads
Symfony WolffloW Bundle by Sprint-F.RU
boxybird/waffle
185 Downloads
Tools built using Illuminate components (https://github.com/illuminate). Inspired by https://github.com/mattstauffer/Torch