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. [File &amp; Storage](/categories/file-storage)
4. /
5. xray/azure-storage-laravel

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

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 2d 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

32

—

LowBetter than 69% of packages

Maintenance40

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

644d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65267317?v=4)[sjpereira](/maintainers/sjpereira)[@SJPereira](https://github.com/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

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

264135.3k2](/packages/rahulhaque-laravel-filepond)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)[slimani/filament-media-manager

A media manager plugin for Filament.

126.9k](/packages/slimani-filament-media-manager)

PHPackages © 2026

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