Skip to content

Framework Capabilities

FW is designed from the ground up for high performance, asynchronous execution, and excellent developer/agent experience.

Core Capabilities

FeatureFW (v1.0)
PhilosophyLean Core, Deterministic
RuntimeSwoole / RoadRunner
Async SupportNative (Event Loop)
RoutingCompiled Static
Dependency InjectionCompiled No-Reflection
ORM / DatabaseTyped Repositories
Cold Start PerformanceHigh (Pre-compiled)
Throughput (RPS)Extreme (~20k+)
Standard Core SizeMinimal (< 1MB)
CSRF / SessionOpt-in

Principles

  1. Deterministic YAML: The entire API and database schema are defined in YAML, allowing rapid understanding of the system structure.
  2. MCP Server: Built-in Model Context Protocol support allows context-aware tools to "handshake" with the framework and receive a live JSON map of routes, dependencies, and metadata.
  3. Strict Typing: Compilation-time DTOs and Repository generation ensure precise data contracts.
  4. Zero Bloat: Developers and agents don't have to navigate through legacy features or mandatory stateful sessions unless explicitly enabled.

Engineered for Agents. Released under the MIT License.