Installing Composer Globally on CentOS 7

# Installing Composer Globally on CentOS 7 First you need to make sure your system is up-do-date, for that you need to run yum -y update Download and install Composer by executing the following command: curl -sS https://getcomposer.org/installer | php Once the process completes, you can make the ‘composer.phar’ file executable by running the …