Search by

azure-oss / storage-blob-laravel

pimjansenBrecht

Azure Storage Blob filesystem driver for Laravel

Package info

github.com/php-oss-for-azure/azure-storage-blob-laravel-php

pkg:composer/azure-oss/storage-blob-laravel

Statistics

Installs: 1 080 031

Dependents: 2

Suggesters: 0

Stars: 67

2.2.1 2026-09-04 05:57 UTC

This package is auto-updated.

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


README

Latest Version on Packagist Packagist Downloads

PHP OSS for Azure logo

A Laravel filesystem driver for Azure Blob Storage built on top of the Flysystem adapter.

Important

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

Install

composer require azure-oss/storage-blob-laravel

Configuration

# config/filesystems.php

'azure' => [
    'driver' => 'azure-storage-blob',
    'connection_string' => env('AZURE_STORAGE_CONNECTION_STRING'),
    'container' => env('AZURE_STORAGE_CONTAINER'),
],

Besides shared key via connection string, this driver supports additional authentication methods such as Entra ID / token-based credentials, managed identity, workload identity, and shared key via account key. See the installation docs for configuration examples.

Documentation

You can read the documentation here.

Migration Guide

Migrating from matthewbdaly/laravel-azure-storage? Migrate from matthewbdaly/laravel-azure-storage.

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.