Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 797 Bytes

get-client-libraries.md

File metadata and controls

22 lines (19 loc) · 797 Bytes

Install via Composer

  1. Install Git. Note that on Windows, you must also add the Git executable to your PATH environment variable.

  2. Create a file named composer.json in the root of your project and add the following code to it:

    {
      "require": {
        "microsoft/windowsazure": "^0.4"
      }
    }
    
  3. Download composer.phar in your project root.

  4. Open a command prompt and execute the following command in your project root

    php composer.phar install