You can follow below steps to install and configure PHP composer:
Login to server via SSH.
You can use below command to configure shell environment to use composer.
Copyecho 'alias composer="php -d allow_url_fopen=On ${HOME}/composer.phar"' >> ~/.bashrcsource ~/.bashrc
Now its time to...