Download the PHP package consilience/flysystem-azure-file-storage without Composer
On this page you can find all versions of the php package consilience/flysystem-azure-file-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download consilience/flysystem-azure-file-storage
More information about consilience/flysystem-azure-file-storage
Files in consilience/flysystem-azure-file-storage
Package flysystem-azure-file-storage
Short Description Flysystem adapter for Windows Azure File Storage
License MIT
Informations about the package flysystem-azure-file-storage
Azure File Storage adapter for Flysystem
This repo is fork of League\Flysystem\Azure
with the underlying Azure API library changed from microsoft/azure-storage
to microsoft/azure-storage-file
.
The original driver supports Azure blob storage, with a flat binary object structure.
This driver supports Azure file storage, which includes directory capabilities.
A separate service provider package for Laravel 5.5+ is available here: https://github.com/academe/laravel-azure-file-storage-driver The service provider allows Azure File Storage shares tbe be used as a native filesystem within Laravel.
Installation
Install package
How to use this driver
Note: if you are using Laravel then the filesystem driver will wrap and abstract all of this for you.
Testing
Set up .env
and run live tests:
composer install
vendor/bin/phpunit --testsuite flysystem-azure-live-tests
These will create/delete a few test files and directories in the root of the Azure file share.
All versions of flysystem-azure-file-storage with dependencies
league/flysystem Version ^3.0
microsoft/azure-storage-file Version ^1.2.5