PHP 8.0 reached end of life on 26 Nov 2023 and is no longer being updated. It's strongly recommended to upgrade to the latest version as soon as possible. You can read the official PHP migration guide here.
brew update
brew install php@8.0
brew link php@8.0
echo 'export PATH="/usr/local/opt/php@8.0/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
php -v
php -i
echo '<?php phpinfo();' > phpinfo.php
php phpinfo.php