2017 © Pedro Peláez
 

library azure-blob-flysystem

Adapter for Azure Blob Storage for Flysystem

image

adityapurwa/azure-blob-flysystem

Adapter for Azure Blob Storage for Flysystem

  • Tuesday, May 1, 2018
  • by adityapurwa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Azure Blob Flysystem

Wrapper for Azure Blob Storage for Flysystem., (*1)

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., (*2)

Usages

Initializing adapter, (*3)

$adapter = new AzureBlobAdapter(
    'account_name',
    'account_key',
    'account_protocol' (default to https)
)

The Versions

01/05 2018

dev-master

9999999-dev

Adapter for Azure Blob Storage for Flysystem

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aditya Purwa