adityapurwa/azure-blob-flysystem

Adapter for Azure Blob Storage for Flysystem

dev-master 2018-05-01 12:05 UTC

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)
)