/guzzle-azure

Azure plugin for the guzzle php http client.

Primary LanguagePHPMIT LicenseMIT

Guzzle Azure

Azure plugin for the guzzle php http client.

Build Status Test Coverage

Installation

If you are using Composer, and you should, just reference the plugin in your composer.json file:

{
    "require": {
        "pazure/guzzle-azure": "*",
    },
}