Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adityapurwa/azure-blob-flysystem
- Owner: adityapurwa
- License: mit
- Created: 2018-05-01T10:38:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T12:06:07.000Z (over 6 years ago)
- Last Synced: 2024-05-01T13:21:43.229Z (9 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)
)
```