adityapurwa/azure-blob-flysystem

Adapter for Azure Blob Storage for Flysystem

Maintainers

Package info

github.com/adityapurwa/azure-blob-flysystem

pkg:composer/adityapurwa/azure-blob-flysystem

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-05 07:07:05 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)
)