PHPackages                             dmstr/yii2-flysystem-azure-file-system - 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. dmstr/yii2-flysystem-azure-file-system

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

dmstr/yii2-flysystem-azure-file-system
======================================

Yii2 Azure Filesystem Adapter for creocoder\\flysystem

0.0.1(4y ago)03.2k↑75%PHP

Since Jan 28Pushed 4y ago4 watchersCompare

[ Source](https://github.com/dmstr/yii2-flysystem-azure-file-system)[ Packagist](https://packagist.org/packages/dmstr/yii2-flysystem-azure-file-system)[ RSS](/packages/dmstr-yii2-flysystem-azure-file-system/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Yii2 Azure Filesystem Adapter
=============================

[](#yii2-azure-filesystem-adapter)

An Yii2 Azure Filesystem Adapter for [creocoder\\flysystem](https://github.com/creocoder/yii2-flysystem)

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

[](#installation)

```
composer require dmstr/yii2-flysystem-azure-file-system
```

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

[](#configuration)

Add this to your existing Yii2 config

```
use dmstr\flysystem\azureFileSystem\AzureFileFilesystem;

return [
    'components' => [
        'fsAzureStorage' => [
            'class' => AzureFileFilesystem::class,
            'accountName' => getenv('AZURE_STORAGE_ACCOUNT_NAME'),
            'accountKey' => getenv('AZURE_STORAGE_ACCOUNT_KEY'),
            'container' => getenv('AZURE_STORAGE_CONTAINER')
        ]
    ]
];
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

1566d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b4ab2b6685ec71887908ec8cff261a16cd5bb24c69bb8ab52840e220f175f9d?d=identicon)[schmunk](/maintainers/schmunk)

---

Top Contributors

[![eluhr](https://avatars.githubusercontent.com/u/13000805?v=4)](https://github.com/eluhr "eluhr (1 commits)")

### Embed Badge

![Health badge](/badges/dmstr-yii2-flysystem-azure-file-system/health.svg)

```
[![Health](https://phpackages.com/badges/dmstr-yii2-flysystem-azure-file-system/health.svg)](https://phpackages.com/packages/dmstr-yii2-flysystem-azure-file-system)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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