I want to use PhpStorm (in fact IntelliJ with the PHP plugin) to develop my PHP software. I've been using a Linux laptop, with PHP 5.5 and the Oracle library. This has been very difficult to setup and I had a few compatibility problems.
I now have a MacBook where I need to setup the development environment. I want to try and use Docker for development, which should allow me to have different PHP versions with no interaction. But I still want to use PhpStorm, and if possible I don't want to install PHP on the host to keep it clean.
Is there a way to setup PhpStorm to use the PHP interpreter inside a docker machine so I don't need to install PHP on the host?
I'm using this as a guide and now I'm trying to follow this to setup the php interpreter.