torq / pimcore-flysystem-azure-bundle
Package info
github.com/TorqIT/pimcore-flysystem-azure-bundle
Type:pimcore-bundle
pkg:composer/torq/pimcore-flysystem-azure-bundle
v5.2.2
2026-02-11 21:31 UTC
Requires
- azure-oss/storage-blob-flysystem: ^1.2.0
- pimcore/pimcore: ^11.0 || ^12.0
README
This package enables Pimcore to write to an Azure Storage Account via Flysystem. It acts as a wrapper around https://github.com/Azure-OSS/azure-storage-php-adapter-flysystem. To install:
- Run
composer require torq/pimcore-flysystem-azure-bundle - Set environment variables and values for
AZURE_STORAGE_ACCOUNT_NAME,AZURE_STORAGE_ACCOUNT_CONTAINER,AZURE_STORAGE_ACCOUNT_CONTAINER_ASSETSandAZURE_STORAGE_ACCOUNT_KEYwhich will allow the bundle to write to your Storage Account. - Register the bundle by adding it to your
Kernel.php:class Kernel extends PimcoreKernel { public function registerBundlesToCollection(BundleCollection $collection) { $collection->addBundle(new \Torq\PimcoreFlysystemAzureBundle\TorqPimcoreFlysystemAzureBundle); } }
- Add the contents of the file
flysystem_example.yamlto your project'sflysystem.yamlfile (typically located atpimcore-root/config/packages/flysystem.yaml).
License
This bundle is licensed under the Pimcore Open Core License (POCL) and is intended for use with Pimcore Platform 2025.1 and newer.
See LICENSE.md for full license text.