TypePHP: A Native AOT Compiler for PHP
Summary
TypePHP is a native AOT compiler for PHP that translates PHP source into C++ and then native machine code, producing native executables, PHP extensions, and shared libraries. The README highlights its self-hosting PHP implementation, three native build modes, cross-platform targets, and integration with PHPX, along with installation steps and benchmarking context.