一、brew 安装脚本 (自动选择软件源)
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
2023/5/6小于 1 分钟
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
brew search php 使用此命令搜索可用的PHP版本
brew install php@7.1 使用此命令安装指定版本的php
brew install brew-php-switcher 安装php多版本切换工具
brew-php-switcher 7.1 切换PHP版本到7.1(需要brew安装多个版本)
brew tap exolnet/homebrew-deprecated
brew install php@5.6 -vvv