PHPackages                             onex/laravel-azure-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. onex/laravel-azure-storage

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

onex/laravel-azure-storage
==========================

Microsoft Azure Blob Storage integration for Laravel's Storage API

1.3.8(6y ago)15.2k↓50%MITPHP

Since Oct 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/shopex/laravel-azure-storage)[ Packagist](https://packagist.org/packages/onex/laravel-azure-storage)[ RSS](/packages/onex-laravel-azure-storage/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#laravel-azure-storage)

Microsoft Azure Blob Storage integration for Laravel's Storage API

Installation
============

[](#installation)

Install the package using composer:

```
composer require onex/laravel-azure-storage
```

On Lumen versions before 5.4 you also need to add the service provider to `bootstrap/app.php` manually:

```
    $app->register(Onex\LaravelAzureStorage\AzureStorageServiceProvider::class);
```

Then add this to the `disks` section of `config/filesystems.php`:

```
        'azure' => [
            'driver'    => 'azure',
            'name'      => env('AZURE_STORAGE_NAME'),
            'key'       => env('AZURE_STORAGE_KEY'),
            'container' => env('AZURE_STORAGE_FILE_CONTAINER', null),
            'prefix'    => env('AZURE_STORAGE_PREFIX', null),
            'suffix'    => env('AZURE_STORAGE_SUFFIX', 'core.chinacloudapi.cn'),
            'url'       => env('AZURE_STORAGE_URL', null),
        ],
```

Finally, add the fields `AZURE_STORAGE_NAME`, `AZURE_STORAGE_KEY` and `AZURE_STORAGE_CONTAINER` to your `.env` file with the appropriate credentials. Then you can set the `azure` driver as either your default or cloud driver and use it to fetch and retrieve files as usual.

Support policy
==============

[](#support-policy)

This package is supported on the current Laravel LTS version, and any later versions. If you are using an older Laravel version, it may work, but I offer no guarantees, nor will I accept pull requests to add this support.

By extension, as the current Laravel LTS version required PHP 7.0 or greater, I don't test it against PHP &lt; 7, nor will I accept any pull requests to add this support.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 67.6% 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 ~41 days

Recently: every ~0 days

Total

15

Last Release

2533d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb8c9c1edc7e46efc4ce271b06964cb7e63f3d86fcb799b181472eb3576e26b9?d=identicon)[bryantyan](/maintainers/bryantyan)

---

Top Contributors

[![matthewbdaly](https://avatars.githubusercontent.com/u/450801?v=4)](https://github.com/matthewbdaly "matthewbdaly (25 commits)")[![canren](https://avatars.githubusercontent.com/u/7986022?v=4)](https://github.com/canren "canren (7 commits)")[![ingalless](https://avatars.githubusercontent.com/u/22981941?v=4)](https://github.com/ingalless "ingalless (2 commits)")[![rymanalu](https://avatars.githubusercontent.com/u/6141573?v=4)](https://github.com/rymanalu "rymanalu (2 commits)")[![eldor](https://avatars.githubusercontent.com/u/283184?v=4)](https://github.com/eldor "eldor (1 commits)")

---

Tags

laravelstorageazure

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[steffjenl/laravel-azure-blob-storage

Microsoft Azure Blob Storage integration for Laravel's Storage API

11152.8k](/packages/steffjenl-laravel-azure-blob-storage)

PHPackages © 2026

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