Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 330 Bytes

⚙️🐘 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();'