PHP 5.6, PHP 7.0, and PHP 7.1 are out of support by the php group (Ref: PHP: Supported Versions), So brew also deprecated & remove it.
Now, only PHP 7.2 through 7.4 are officially supported by Brew and can be installed with
brew install
[email protected]
so if you want to install PHP 5.6, PHP 7.0, or PHP...