swoole / swoole-cli

SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.
192 stars 35 forks source link

快速初始化 PHP 运行环境 #211

Open jingjingxyk opened 1 year ago

jingjingxyk commented 1 year ago

curl -Lo  setup-php-runtime.sh https://github.com/swoole/swoole-cli/blob/build_native_php/setup-php-runtime.sh?raw=true 

sh setup-php-runtime.sh --mirror china

使用镜像


 wget https://swoole-cli.jingjingxyk.com/setup-php-runtime.sh

sh setup-php-runtime.sh --mirror china
jingjingxyk commented 1 year ago

一句命令即可 为 linux 、macOS 准备 PHP 运行环境 (依赖 curl 、wget 、bash 、xz)


curl  -sSf https://swoole-cli.jingjingxyk.com/setup-php-runtime.sh  | bash -s -- --mirror china