Search by

azure-oss / storage-blob-flysystem-bundle

Brecht

Symfony bundle bridge for the PHP OSS for Azure Flysystem adapter (league/flysystem-bundle 3.7+).

Package info

github.com/php-oss-for-azure/azure-storage-blob-flysystem-bundle-php

Type:symfony-bundle

pkg:composer/azure-oss/storage-blob-flysystem-bundle

Statistics

Installs: 837

Dependents: 0

Suggesters: 0

Stars: 1

1.0.1 2026-09-04 05:57 UTC

This package is auto-updated.

Last update: 2026-09-04 05:58:38 UTC


README

Latest Version on Packagist Packagist Downloads

PHP OSS for Azure logo

A Symfony bridge for azure-oss/storage-blob-flysystem that registers an azure_oss adapter for league/flysystem-bundle.

Important

This package is community-maintained and is not affiliated with, endorsed by, or supported by Microsoft.

Install

composer require azure-oss/storage-blob-flysystem-bundle

Configuration

This package registers an azure_oss adapter shortcut with league/flysystem-bundle so storages can be declared directly in config/packages/flysystem.yaml.

flysystem:
    storages:
        uploads.storage:
            adapter: 'azure_oss'
            options:
                connection_string: '%env(AZURE_STORAGE_CONNECTION_STRING)%'
                container: '%env(AZURE_STORAGE_CONTAINER)%'

Documentation

You can read the documentation here.

Related packages

Maintenance

This package is part of the community-maintained PHP OSS for Azure project. It is an independent project and is not affiliated with or endorsed by Microsoft.

License

This project is released under the MIT License. See LICENSE for details.