To install PHP Composer, access the terminal and run

cd /tmp
curl -sS https://getcomposer.org/installer | php
mv composer.phar ~/bin/composer
chmod +x ~/bin/composer

Then close and reopen the terminal

Was this answer helpful? 0 Users Found This Useful (0 Votes)