IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Composer dependency manager

Last modified: 10 August 2022

IntelliJ IDEA integrates with the Composer dependency manager, which allows you to declare packages from Packagist or a custom repository as your project's dependencies and manage them from the IDE.

IntelliJ IDEA provides comprehensive coding assistance for working with composer.json as well as the dedicated user interface for running common Composer commands:

When you run the above commands, IntelliJ IDEA displays their output via the Composer Log console.

If you wish to use the full range of Composer commands in an IntelliJ IDEA project, you can configure and run Composer as an external command-line tool.