You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the same PHP app the same way from dev to prod, as one Rust binary. ePHPm embeds real PHP (Zend via FFI) and bundles a web server with auto-TLS, an embedded SQLite-compatible database, a KV cache, a pooling SQL proxy, and gossip clustering, so your code and config run on a single process with no other services to operate.
A standalone, memory-safe PHP application server in Rust. Embeds PHP in-process (no FastCGI, no FPM), boots your app once and serves many — ~9× the FPM model on real Laravel. TLS, HTTP/2, multi-core, zero-downtime reload.