Download and Install Composer First you must download the composer using the following curl command in your terminal: curl -sS https://getcomposer.org/installer | php After running that command, there will be a file composer.phar in the current directory. You could use that command: php composer.phar install In order to make composer available globally, allowing you…