If you need to add composer to your server, there are just 2 command to input:
curl -sS https://getcomposer.org/installer | php
And then
mv composer.phar /usr/local/bin/composer
That’s it! Now you can run composer from command line.
If you need to add composer to your server, there are just 2 command to input:
curl -sS https://getcomposer.org/installer | php
And then
mv composer.phar /usr/local/bin/composer
That’s it! Now you can run composer from command line.