Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

gimler/guzzle-azure

Repository files navigation

Build Status Dependency Status

Guzzle Azure

Azure plugin for the guzzle php http client.

Installation

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

composer require "pazure/guzzle-azure"

Available Clients

  • Managment Client
    • Certificates
    • Locations
    • Operations
  • Storage Client
    • Container
    • Blob

FAQ

create cert

Create self-signed certificate (see [https://www.openssl.org/docs/apps/req.html]) openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout pazure2.pem -out pazure2.pem

(see [https://www.openssl.org/docs/apps/x509.html]) openssl x509 -outform der -in pazure2.pem -out pazure2.cer

About

Azure plugin for the guzzle php http client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages