How To Install and Use Composer on Ubuntu 14.04
Composer is a popular dependency management tool for PHP, created to facilitate installation and update of project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.