/rusty-php

🧪 PHP SAPI implementation in Rust

Primary LanguageRustMIT LicenseMIT

⚙️🐘 rusty-php

PHP SAPI implementation in Rust.

Warning
This is an experimental project and in development. Do not use in production.

Prerequisites

  • macOS 13 or other Unix system (Windows is not supported now)
  • PHP 8.2

Getting Started

cargo run --bin rusty-php-cli -- eval 'phpinfo();'