PHPER Framework Homepage, Documentation and Downloads – Developing PHP Extensions with Pure Rust – News Fast Delivery
This is a framework that supports the development of PHP extensions with pure Rust, which can effectively use the Rust ecosystem, mainly encapsulating the Zend API. PHPER stands for PHP Enjoy Rust. document https://docs.rs/phper tutorial https://docs.rs/phper-doc/ example use phper::{echo, functions::Argument, modules::Module, php_get_module, values::ZVal}; /// The php function, receive arguments with type `ZVal`. fn […]