-
Install Git. Note that on Windows, you must also add the Git executable to your PATH environment variable.
-
Create a file named composer.json in the root of your project and add the following code to it:
{ "require": { "microsoft/windowsazure": "^0.4" } }
-
Download composer.phar in your project root.
-
Open a command prompt and execute the following command in your project root
php composer.phar install