pazure / guzzle-azure
Azure plugin for the guzzle php http client.
v0.0.1
2012-11-01 18:13 UTC
Requires
- php: >=5.3.2
- guzzle/guzzle: 2.8.*
This package is not auto-updated.
Last update: 2024-11-06 11:23:46 UTC
README
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