


Docker Compose based interpreter includes all the familiar features of remote interpreters, so you can run/debug PHP code, and execute/debug PHPUnit, Codeception, Behat and PHPSpec tests. Now you don’t have to duplicate all settings, such as volumes, networks, environment variables, and others, from docker-compose.yml to PhpStorm. Docker Compose - PHP interpreter based on Docker Compose is now supported in PhpStorm.All this will save you time that you spent on looking for the previously downloaded composer.phar or on downloading yet again composer.phar into the project. You can also set globally installed composer for existing projects and make it default for all projects. PhpStorm detects whether you have it installed and simplifies project creation in case you do.

