Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityapurwa/azure-blob-flysystem

Adapter for Azure Blob Storage for Flysystem.
https://github.com/adityapurwa/azure-blob-flysystem

Last synced: 5 days ago
JSON representation

Adapter for Azure Blob Storage for Flysystem.

Awesome Lists containing this project

README

        

# Azure Blob Flysystem

> 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

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