pazure/guzzle-azure
Composer 安装命令:
composer require pazure/guzzle-azure
包简介
Azure plugin for the guzzle php http client.
关键字:
README 文档
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
统计信息
- 总下载量: 96
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-06-21