Build high-performance CLI & Web apps
The first PHP framework with I2P (Interface-to-Platform) architecture. Minimal dependencies. Maximum performance.
Core Principles
Three pillars that define every design decision in Bootgly.
Minimum Dependency
No third-party packages in the framework core. Every feature is built-in and fully integrated, maximizing cohesion and reducing supply-chain risk.
One-Way Policy
Exactly one canonical way to do each thing — one HTTP server, one config schema, one autoloader, one test framework. No confusion, no maintenance burden.
Strict Layer Separation
Six interfaces (ABI → ACI → ADI → API → CLI → WPI) with strict dependency direction. Each top-level interface creates a Platform through I2P architecture.
Performance That Speaks
Real benchmarks, not marketing numbers.
HTTP Server (req/s)
Scenario: 1 static route — "Hello World!" response
Progress Bar Rendering
Benchmarks run on Ryzen 9 3900X (24 cores), WSL2, PHP 8.4 + OPcache + JIT. All servers with 12 workers. Swoole in Base mode (single-process, no Coroutine).
Up and Running in Seconds
From zero to a running HTTP server in 4 commands.