One of the great things that happened in PHP world was the introduction of Composer, a dependency manager for PHP which allows us to specify dependencies for our project and have Composer install and update them for us. With PhpStorm 6, we’re taking Composer support one step further with full support for this great tool in the UI and in PhpStorm’s command line tool.
In this post, we’ll cover our new tooling support:
Creating a new project with Composer
Init Composer
Add dependencies
Command line tool support
(more…)