Skip to content

xray-labs/azure-storage-php-sdk

Repository files navigation

Azure Storage PHP SDK

License

PHP CI

Description

Integrate with Azure's cloud storage services

Installation

composer require xray/azure-storage-php-sdk

Usage

Setup Blob Storage

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',
));

Storage Account

License

This project is licensed under the MIT License.

Contacts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages