adityapurwa / azure-blob-flysystem
Adapter for Azure Blob Storage for Flysystem
dev-master
2018-05-01 12:05 UTC
Requires
- league/flysystem: ^1.0
- microsoft/azure-storage-blob: ^1.1
Requires (Dev)
- phpunit/phpunit: ^7.1
This package is not auto-updated.
Last update: 2025-03-06 02:22:49 UTC
README
Wrapper for Azure Blob Storage for Flysystem.
Important
Due to the nature that testing Azure storage requires an emulator, or actually running it on Azure platform. This adapter is not thoroughly tested yet, use at your own risk. Any help on providing test is appreciated.
Usages
Initializing adapter
$adapter = new AzureBlobAdapter( 'account_name', 'account_key', 'account_protocol' (default to https) )