xray / azure-storage-php-sdk
Azure Storage PHP SDK
Installs: 36
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/xray/azure-storage-php-sdk
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-10-06 18:22:17 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.