Composer Installation

composer1

Composer is an application-level package manager for the PHP Programming language. The development began in April 2011 and it was first released on March 1, 2012.

Commands:

require

install

update

remove

Installation:

composer2
  • After visiting the Composer website, click on the given link of the Composer setup for downloading the Composer Setup on our computer.
composer3
  • Once the Composer Setup downloaded, the setup download will open automatically.  
composer4
  • Click on the Next button at the bottom of the setup window.
composer5
  • In the next step, select the location if we want to change our Command-line location.
composer6

               The Command-line file is usually located in the PHP directory.

  • Click Next to continue.
composer7
  • In the next step, click on the Install button to start the installation process.
composer8
  • After clicking on the Install button, the installer will download Composer.
composer9
  • Once the downloading is completed, click on the Next button to continue
composer10
  •  The installation process has completed, click on the Finish button to close the Setup Window.
composer11