Setup a local Apache + PHP + MySQL + DnsMasq + PHPSwitcher environment using Homebrew on Mac OSX High Sierra that supports multiple versions of PHP and a self signed SSL certificate.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew update