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

ActiveLibrary

xray/azure-storage-laravel
==========================

Azure Storage Adapter for Laravel

v1.0.0(1y ago)271[3 PRs](https://github.com/xray-labs/azure-storage-laravel/pulls)MITPHPPHP ^8.3CI passing

Since Sep 28Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (14)Versions (6)Used By (0)

Azure Storage PHP SDK
=====================

[](#azure-storage-php-sdk)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

[![PHP CI](https://github.com/xray-labs/azure-storage-php-sdk/actions/workflows/CI.yaml/badge.svg)](https://github.com/xray-labs/azure-storage-php-sdk/actions/workflows/CI.yaml)

Description
-----------

[](#description)

Laravel adapter for Microsoft Azure Blob Storage

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

[](#installation)

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

Configuration
-------------

[](#configuration)

Add these new settings to your `filesystem.php` file

```
'disks' => [
    ...

    'azure' => [
        'driver'      => 'azure',
        'account'     => env('AZURE_STORAGE_ACCOUNT'),
        'directory'   => env('AZURE_STORAGE_DIRECTORY'),
        'application' => env('AZURE_STORAGE_APPLICATION'),
        'secret'      => env('AZURE_STORAGE_SECRET'),
        'container'   => env('AZURE_STORAGE_CONTAINER'),
        // Optional parameters
        'options'     => [
            'authentication' => Xray\AzureStoragePhpSdk\Authentication\MicrosoftEntraId::class,
            'url'            => env('AZURE_STORAGE_URL'),
            'secure'         => env('AZURE_STORAGE_SECURE', true),
        ],
    ],
],
```

License
-------

[](#license)

This project is licensed under the [MIT License](LICENSE).

Contacts
--------

[](#contacts)

-
-

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance43

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

591d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37de556ece0ec1ee62cdee73010113f39c8313c52ec8f807f990af5529f5ce42?d=identicon)[sjpereira](/maintainers/sjpereira)

![](https://www.gravatar.com/avatar/7aae1f941acda8bba925153febbfb27190db980bd189b65bfaa56519df58a802?d=identicon)[GabsCoding](/maintainers/GabsCoding)

---

Top Contributors

[![sjspereira](https://avatars.githubusercontent.com/u/108581093?v=4)](https://github.com/sjspereira "sjspereira (14 commits)")[![GabsCoding](https://avatars.githubusercontent.com/u/44967292?v=4)](https://github.com/GabsCoding "GabsCoding (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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