# Install OpenSSL
brew install openssl
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH" >> ~/.zshrc
export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib" >> ~/.zshrc
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include" >> ~/.zshrc
source ~/.zshrc
# Install PHP
brew install php
# Install Swoole & Compiler
yes | pecl install swoole