Composer – 1 liner download composer.phar if it doesn’t exist
if [ ! -f composer.phar ]; then curl -sS https://getcomposer.org/installer | php; fi
# try with:
php composer.phar --version
if [ ! -f composer.phar ]; then curl -sS https://getcomposer.org/installer | php; fi
# try with:
php composer.phar --version