PhpStorm 2023.3 Help

PHP Command Line Tool Support: Composer

The dialog opens when you click the Add button and choose Composer in the PHP Command Line Tool Support dialog.

In this dialog, enable the use of Composer Dependency Manager in the command line mode by specifying the way to launch Composer and appointing the file to look for Composer commands in.

PhpStorm parses the contents of the specified .phar archive or executable file for Composer commands. When the file analysis is completed, PhpStorm returns to the PHP Command Line Tool Support page where the specified file is added to the list of command line tools available in PhpStorm.

Item

Description

Composer.phar or PHP script

Choose this option to launch Composer through a PHP script or have PhpStorm detect and start the launcher in the composer.phar archive. In this mode, PhpStorm provides coding assistance and allows you to execute scripts.

  • PHP interpreter: In this field, choose one of the configured local or remote PHP interpreters, through which the tool commands will be executed. For more information about configuring PHP interpreters, refer to Configure local PHP interpreters and Configure remote PHP interpreters.

  • Path to composer.phar or composer: In this field, specify the location of the composer.phar archive.

Composer executable

Choose this option to launch Composer through the composer executable file. In this mode, you do not get coding assistance and cannot execute scripts because no PHP engine is appointed for it.

In the Path to executable field, specify the location of the composer executable file.

Last modified: 25 March 2024