illegalstudio/elephc
A PHP-to-native compiler. Takes a subset of PHP and compiles it directly to native assembly, producing standalone binaries for the currently supported targets: macOS ARM64, Linux ARM64, and Linux x86_64. No interpreter, no VM, no runtime dependencies.
GitHub repository with 242 stars and 8 forks.
Language: Rust
Topics: assembly, compiler, macos, php, linux