🥾 Bootloader for Framework X and Nette Framework (@nette).
-
Updated
Mar 29, 2026 - PHP
🥾 Bootloader for Framework X and Nette Framework (@nette).
Swagger UI for browsing a REX OpenAPI document. Every asset embedded at build time — zero CDN requests at runtime, no version drift between deploys, works air-gapped.
WebSocket eXperience — an extension-based WebSocket gateway for Go. Channel dispatch, connection pumps, per-connection dependency scopes and lifecycle management.
Request and response body validation for the REX framework, with content negotiation and pluggable codecs. Unknown request-body members are rejected by default.
The REX extension contract — interfaces and types only, stdlib only. Depend on this instead of the full rex module: its import list is every extension's dependency graph.
PHP long lived-connection messaging using RabbitMQ
Shared shapes for the frameworkx families — the types, errors and helpers that rextension and wsxtension both build on, plus corex/schema, a reflection-based JSON Schema generator. Stdlib only.
Restful Extended eXperience — a lightweight, extension-based HTTP routing framework for Go with lifecycle management, dependency injection and an event-driven architecture.
Sliding-window rate limiting for the REX framework at three granularities — global, per-router and per-endpoint, most specific wins. Client identity resolves through trusted proxies, never bare RemoteAddr. Stdlib only.
Bridge extension mounting a WSX gateway onto a REX route. Forwards the event bus and shares the DI container, so one service registration serves both HTTP handlers and message handlers.
AsyncAPI 3.0.0 document generation for WSX gateways, derived from the registered channels and operations rather than from hand-written YAML.
Dependency Injection eXperience — a lightweight, reflection-based DI container for Go. Constructor injection, singletons and request scopes. Stdlib only, concurrency-safe, leak-free by contract.
Cross-Origin Resource Sharing for the REX framework. One origin allowlist, shared with rextension-security's CSRF, applied to the router's own responses as well as your handlers'.
Health checking and dependency management for the REX framework. Liveness and readiness endpoints, with the dependency gate attaching per route rather than globally.
OpenAPI 3.1 specification generation for the REX framework. Generated from the route table itself — no reflection over handlers, no annotations, no build step.
The WSX extension contract — interfaces and types only. Declares Conn, Codec, Describer and SidecarRoute, and imports nothing beyond the standard library and corex.
Metrics collection and OpenMetrics exposition for the REX framework. Bounded series count, labels escaped per spec, no external collector required.
Pluggable authentication and authorization for the REX framework. Fails closed: a requirement no registered scheme can enforce is a startup error, not a runtime warning.
AsyncAPI document visualizer for the WSX gateway. Assets embedded at build time and served over sidecar routes — no runtime egress, no CDN.
To associate your repository with the frameworkx topic, visit your repo's landing page and select "manage topics."