PHPackages                             blue32a/laravel-azure-blob-storage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. blue32a/laravel-azure-blob-storage

ActiveLibrary[File &amp; Storage](/categories/file-storage)

blue32a/laravel-azure-blob-storage
==================================

Laravel Filesystem using Azure Blob Storage.

1.0.0(5y ago)0300MITPHPPHP ^7.2CI failing

Since Mar 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/blue32a/laravel-azure-blob-storage)[ Packagist](https://packagist.org/packages/blue32a/laravel-azure-blob-storage)[ RSS](/packages/blue32a-laravel-azure-blob-storage/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

laravel-azure-blob-storage
==========================

[](#laravel-azure-blob-storage)

[![](https://github.com/blue32a/laravel-azure-blob-storage/workflows/Test/badge.svg)](https://github.com/blue32a/laravel-azure-blob-storage/workflows/Test/badge.svg)

About
-----

[](#about)

Use Azure Blob Storage as file storage for Laravel.

Flysystem Adapter: [blue32a/flysystem-azure-blob-storage](https://github.com/blue32a/flysystem-azure-blob-storage)

Installation
------------

[](#installation)

```
$ composer require blue32a/laravel-azure-blob-storage
```

Usage
-----

[](#usage)

Configure your disk in `config/filesystems.php`.

The driver is `azure-blob`.

```
    'disks' => [

        'azure-blob' => [
            'driver' => 'azure-blob',
            'secure' => true,
            'name' => env('AZULE_STORAGE_NAME'),
            'key' => env('AZULE_STORAGE_KEY'),
            'container' => 'example',
            'blob_endpoint' => env('AZULE_STORAGE_BLOB_ENDPOINT'),
            'public_endpoint' => env('AZULE_STORAGE_PUBLIC_ENDPOINT'),
        ],

    ],
```

You can use `url()`. Requires public read access to the Blob.

```
Storage::disk('azure-blob')->url($path);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~99 days

Total

5

Last Release

1859d ago

Major Versions

0.3.1 → 1.0.02021-04-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/69a0bd5db8cac8aca15e92e9131a12a0123f95803e6eb569e7a57542166fde05?d=identicon)[Blue32A](/maintainers/Blue32A)

---

Top Contributors

[![blue32a](https://avatars.githubusercontent.com/u/3939507?v=4)](https://github.com/blue32a "blue32a (24 commits)")

---

Tags

azure-blobfilesystemlaravelphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/blue32a-laravel-azure-blob-storage/health.svg)

```
[![Health](https://phpackages.com/badges/blue32a-laravel-azure-blob-storage/health.svg)](https://phpackages.com/packages/blue32a-laravel-azure-blob-storage)
```

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
