xray/azure-storage-php-sdk

Azure Storage PHP SDK

v1.1.2 2024-09-28 15:42 UTC

This package is auto-updated.

Last update: 2024-09-28 16:13:00 UTC


README

License

PHP CI

描述

与Azure的云存储服务集成

安装

composer require xray/azure-storage-php-sdk

用法

设置Blob存储

use Xray\AzureStoragePhpSdk\BlobStorage\BlobStorageClient;
use Xray\AzureStoragePhpSdk\Authentication\MicrosoftEntraId;

$client = BlobStorageClient::create(new MicrosoftEntraId(
    account: 'my_account',
    directoryId: 'directory_id',
    applicationId: 'application_id',
    applicationSecret: 'application_secret',
));

存储账户

许可证

本项目受MIT许可证许可。

联系方式