In case if you dont have curl in your system, you can still install composer using the following command
Go to a directory where you can write,
cd yourDirectory
php -r "readfile('https://getcomposer.org/installer');" | php -d detect_unicode=off
In case if you dont have curl in your system, you can still install composer using the following command
Go to a directory where you can write,
cd yourDirectory
php -r "readfile('https://getcomposer.org/installer');" | php -d detect_unicode=off