Composer on CentOS 7

You need to have PHP installed before. 🙂
Here y’a go…
Under root…..

yum -y update

Switch into the temp directory.

cd /tmp

Install Composer using cURL

curl -sS https://getcomposer.org/installer | php

Make Composer globally accessible

mv composer.phar /usr/local/bin/composer

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.