Rust-based experimental PHP runtime with JIT and coroutine support
Rphp provides a standalone PHP-compatible runtime written in Rust, offering a lexer, parser, bytecode compiler, and a virtual machine. It includes optional JIT compilation and cooperative coroutines, letting developers execute PHP code faster than the traditional interpreter. The project targets developers who need a fast, embeddable PHP engine without the Zend C ABI. Compared to existing PHP runtimes, it offers a modern Rust implementation and experimental performance features.
View on GitHub →rphp-lang/rphp