xray / azure-storage-php-sdk
Azure Storage PHP SDK
v1.1.2
2024-09-28 15:42 UTC
Requires
- php: ^8.3
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- captainhook/captainhook: ^5.23
- captainhook/hook-installer: ^1.0
- laravel/pint: ^1.16
- mockery/mockery: ^1.6
- pestphp/pest: ^3.0
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^1.11
- squizlabs/php_codesniffer: ^3.10
- symfony/var-dumper: ^7.0
This package is auto-updated.
Last update: 2025-03-06 17:08:03 UTC
README
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', ));
License
This project is licensed under the MIT License.