How-to Download Composer Dependency Management for PHP

The Tip Show How-to Get Composer PHP Dependencies Manager on Linux/Unix.

  1. Open a Command Line Terminal Window

  2. Check if cURL is Installed on System:

    which curl

    If No cURL then see Your distro Docs for Installation…

  3. Get Composer:

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