How to handle the command's with magic.
Magic is on the ui with some buttons to help you!
Location: Top-right sidebar in PhpStorm ๐
This plugin helps you run Composer commands, manage dependencies, and interact with your PHP environment โ all from an intuitive panel inside PhpStorm.
๐น 1. Opening the Panel
๐ Youโll find ComposerCommandHelper in the top-right sidebar of PhpStorm.
1. Just click the icon (it usually looks like a Composer logo or puzzle piece ๐งฉ)
2. The panel will slide open, revealing all plugin features
๐น 2. Choosing a PHP Interpreter ๐
At the top of the panel, you'll see a PHP Interpreter dropdown.
1. Select any interpreter configured in PhpStorm (local, Docker, remote, etc.)
2. The selected interpreter will be used to run all Composer commands.
๐ก Tip: Make sure your interpreter has Composer installed!
๐น 3. Viewing Composer Commands โ๏ธ
Once an interpreter is selected, the plugin automatically loads:
๐ Default Commands These are standard Composer commands, such as:
install
update
dump-autoload
validate, show, and more
๐ Project Tasks These are custom scripts defined in your composer.json under the scripts section.
๐ข Each command has a Run button (โถ๏ธ) next to it โ just click to execute.
๐น 5. Managing Dependencies ๐ฆ
The Dependencies section shows all installed Composer packages and PHP extensions.
๐๏ธ Uninstalling Double-click any listed dependency to uninstall it.
๐ Installing New Packages 1. Use the search box under the dependency list
2. Type a package name (e.g., guzzlehttp/guzzle)
3. Click Search
4. Click Install Package
Installed packages will automatically be added to your composer.json and installed in your project.
Deleting package by double clicking
Installing a package
You can install it from here
:











