I've installed PHP 7 on my mac using Homebrew i.e.
$ brew install php70
Also I want to have the the XDebug setup on my machine.
Ideally I would love to have an easy solution like using brew again, but unfortunately it seems there is no such formula exist (at least yet), and the latest package is homebrew/php/php56-xdebug
.
I thought before start the manual installation, check here to see if there are any other workaround.
Any advice will be greatly appreciated.
It is available in Homebrew now as homebrew/php/php71-xdebug
.