PHPackages                             myenso/module-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. myenso/module-azure-blob-storage

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

myenso/module-azure-blob-storage
================================

Azure Storage adapter for Magento 2

1.0.0(1y ago)031OSL-3.0PHPPHP ^8.0

Since Jul 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/michaelsauerwald-myenso/module-azure-blob-storage)[ Packagist](https://packagist.org/packages/myenso/module-azure-blob-storage)[ RSS](/packages/myenso-module-azure-blob-storage/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

MyEnso Azure Blob Storage
=========================

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

This package provides a simple way to use Azure Blob Storage as a remote storage for your Magento 2 application. There is also support for svg images by "magestyapps/module-web-images" in composer.json.

Add this to you env.php file and configure it as you need:

```
'remote_storage' => [
    'driver' => 'azure-blob-storage',
    'config' => [
        'account_name' => 'devstoreaccount1',
        'account_key' => 'Eby8vdM02xNOcqFe6SuKF4rPcU31qVbVSveG+8n8uBL2AZuZ4nSPZo98YwHst9JdXN3H3G8HC1E0T1G6+UD7Lw==',
        'blob_container' => 'category-images',
        'endpoint' => 'http://10.192.19.58:10000/devstoreaccount1/'
    ]
],
```

For local testing you can use:

- Azure Storage Emulator. You can download it from [here](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator).
- Azurite. You can start it from ./docker/azurite/docker-compose.yml file.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

663d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c81d246935161679775136754744da37bc6203fb0200282cd3d0a70feb43c5c?d=identicon)[michael.sauerwald](/maintainers/michael.sauerwald)

---

Top Contributors

[![michaelsauerwald-myenso](https://avatars.githubusercontent.com/u/147160715?v=4)](https://github.com/michaelsauerwald-myenso "michaelsauerwald-myenso (3 commits)")

### Embed Badge

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

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

###  Alternatives

[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[steffjenl/laravel-azure-blob-storage

Microsoft Azure Blob Storage integration for Laravel's Storage API

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

Laravel 10+ adapter for Windows Azure (Fork/Hack of league/flysystem-azure)

1666.2k](/packages/ijin82-flysystem-azure)

PHPackages © 2026

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