PHP 8.2 via Homebrew (MacOS)

PHP 8.2 via Homebrew (MacOS)

Download / Install

On the command line, run the following commands:

# Download and install Homebrew. curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash # Install and link PHP. brew install php@8.2 brew link --force --overwrite php@8.2