v0.11.0-betaBootgly PHP Framework

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

Bootgly HTTP Server CLI628,514
Workerman603,032
Swoole (Base mode)582,772

Progress Bar Rendering

Bootgly CLI~7x faster
Laravel / Symfony1x baseline

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.

terminal
# Create a new project
$
# Navigate to project
$
# Install CLI globally
$
# Start the server
$
✓ Bootgly HTTP Server started
Listening on http://0.0.0.0:8080
Ready for connections

Join the Community

Bootgly is open source and community-driven.