I'm used to installing php72 and php's required extensions using homebrew-php for.. homebrew on MacOS High Sierra :)
now when I go to https://github.com/Homebrew/homebrew-php it says that it's deprecated and it was removed or merged with core. i can see that brew
has php package but no way to install more extensions.
is there a different repository I need to tap now ?
in general... i need the mysql, intl and opcache extensions which do not come by default. what do I do ?