# php-rust **Repository Path**: erasin/php-rust ## Basic Information - **Project Name**: php-rust - **Description**: php zend 扩展 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2021-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # php-rust Library to build PHP extensions with Rust. **It is not yet ready for production**. 项目 fork 自: Run example: ``` $ ./setup_ext.sh $ ./build_and_deploy_example.sh return_string $ php -r 'echo hello_from_rust() . "\n";' Hello from Rust! ``` https://www.jianshu.com/p/98eec8b08a8e