How to Install Composer?

Composer is a tool for dependency management in PHP. This tutorial will guide you on how you can install Composer on your hosting account.

First, make sure that SSH is enabled for your account. If you are not sure that this is the case, you can contact your hosting provider for more information.

Once you make sure Secure Shell is enabled, you can connect to your account.

Now that you are connected to the console, type in the following command:

curl -sS https://getcomposer.org/installer | php

That’s it! It will show you that the composer has been successfully installed.

  •  
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Linux tar Command

The Linux tar command is used to compress and extract files to and from an archive. In this...

How to Install WordPress via SSH

Since WordPress is the most widely used CMS it’s installation process has been made as simple and...

SSH Execute Command on a Remote server

Via SSH you can connect to a remote server’s shell. This will allow you to execute commands on...

How to connect to your shared hosting account via SFTP with FileZilla

SFTP is a convenient way to use SSH, while also using the interface of a simple FTP. In order to...

SSH netstat command

If you wish to debug or track statistics of your network in a Linux environment you can use SSH...