This procedure describes how to begin working with the Composer.
Composer support is added per PHP project. This procedure describes how to add Composer support to a project.
|
|
|
To add Composer support: In the PHP Explorer, right-click your PHP project and select Composer | Add Composer Support. Zend Studio adds Composer support to your PHP project, and displays the 'composer.json' editor. |
You can now install library dependencies in your project. See Adding and Installing Dependencies below for more information. |
This procedure explains how to add and install library dependencies in your PHP project.
|
|
|
To add and install a dependency:
|
Note: Once your first dependency is installed, you can update the packages by clicking Update dependencies. This action will also install any other dependencies you may have added. Tip: If your class map has changed, click Dump autoload to update autoloads in your files without updating/installing packages. |
This procedure describes how to configure preferences for the Composer.
|
|
|
To configure Composer:
|
|
|
|
|
Related Links: |
|
|
©1999-2013 Zend Technologies LTD. All rights reserved.