Run builds
Install the PHP and Phing plugins
This functionality relies on the PHP and Phing plugins that should be installed and enabled in your IDE.
The plugins are available only in IntelliJ IDEA Ultimate.
Press Ctrl+Alt+S to open the IDE settings and select
.Switch to the Marketplace tab and use the search field to find the PHP and Phing plugins.
Click Install and restart the IDE if prompted.
Phing functionality in IntelliJ IDEA is provided through a dedicated Phing Build tool window.
Accessing the Phing Build tool window
Open a Phing build file in the editor or select it in the Project tool window, and then choose Add as Phing build file from the context menu of the selection.
Choose
from the main menu. The tool window can be accessed after you have opened it through the context menu of a Phing build file in the editor or in the Project tool window.
Running builds
Open the Phing Build tool window.
Select the required build file in the list and click the Run button on the toolbar or choose Run Build from the context menu of the selection.
Running separate build targets
Do one of the following:
In the Phing Build tool window, select the required build target in the list and click the Run button on the toolbar or choose Run Target from the context menu of the selection.
Use the shortcut associated with the target.