Install PHP Composer On Mac OSX In 4 Easy Steps
Install PHP Composer on Mac OSX in 4 easy steps: Download, Move the file, Edit Bash Profile & Verify. Type `composer --version` to check. Happy coding!
Attention Since writing this article, I have updated it with new information. You can find the updated version here In this quick tutorial, I am going to show you the easiest way to install PHP Composer on Apple mac OSX in four easy steps. What is PHP Composer? Composer is a dependency manager for PHP language, similar to NPM (Node Package Manager) for JavaScript programming language. Step 1. Download Head over to the Composer download page and scroll down to the Manual download section. Click the link to download the latest stable version. Step 2. Move The Dow...