Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 797 Bytes

get-client-libraries.md

File metadata and controls

28 lines (25 loc) · 797 Bytes
author ms.service ms.topic ms.date ms.author
spelluru
service-bus-messaging
include
11/25/2018
spelluru

Install via Composer

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

    {
      "require": {
        "microsoft/windowsazure": "*"
      }
    }
  2. Download composer.phar in your project root.

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

    php composer.phar install