Trying to execute it with all possible options such as -d and full path, etc. No mistakes. When you start other commands, everything is in order; when you start the composer from CMD, everything is in order. Tried exec, system, shell_exec, etc. What could it be?
echo system ('php composer.phar install');
source share