Registry /
networking / league-flysystem-azure-blob-storage
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
AzureBlobStorageAdapter
✓ use League\Flysystem\AzureBlobStorage\AzureBlobStorageAdapter;
Create a Flysystem instance backed by Azure Blob Storage.
use League\Flysystem\AzureBlobStorage\AzureBlobStorageAdapter;
use League\Flysystem\Filesystem;
use MicrosoftAzure\Storage\Blob\BlobRestProxy;
$client = BlobRestProxy::createBlobService('connectionString');
$adapter = new AzureBlobStorageAdapter($client, 'container');
$filesystem = new Filesystem($adapter);
Upgrade
Version history
3.31.0latest on Packagist
Audit
Dependencies
No dependency data recorded yet.