How to Install Composer PHP Dependecies Manager on Mac OS X Easy Guide

May 14, 2014 | By Duchateaux.

Install Composer for PHP on macOS X

You are Welcome! The Tutorial shows you Step-by-Step How to Install Composer Globally for PHP Projects Dependency Management on macOS X.

Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.

Install Composer for PHP on macOS X - Featured
  1. Install PHP5 with OpenSSL Support for macOS

    Installing PHP+OpenSSL on Mac
    Setup PHP 5 with OpenSSL Support on macOS X.
  2. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Composer for PHP on macOS X - Open Terminal
  3. Download Composer Dependencies Manager for PHP

    Composer Installer
    The Sections Contains Link to Get
  4. Relocate Composer into the System Path.

    sudo mv composer.phar /usr/local/bin/composer
  5. Testing Composer Installation.

    which composer

QuickChic Theme • Powered by WordPress