PHPackages                             devgroup/yii2-media-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. devgroup/yii2-media-storage

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

devgroup/yii2-media-storage
===========================

Helpers, utilities and widgets for media data

27012[3 issues](https://github.com/DevGroup-ru/yii2-media-storage/issues)PHP

Since Feb 15Pushed 9y ago6 watchersCompare

[ Source](https://github.com/DevGroup-ru/yii2-media-storage)[ Packagist](https://packagist.org/packages/devgroup/yii2-media-storage)[ RSS](/packages/devgroup-yii2-media-storage/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Media Storage module for Yii2
=============================

[](#media-storage-module-for-yii2)

> **WARNING:** This extension is under active development. Don't use it in production!

Extension to manage media data through web interface. Use [MihailDev/yii2-elfinder](https://github.com/MihailDev/yii2-elfinder) as file manager, [creocoder/yii2-flysystem](https://github.com/creocoder/yii2-flysystem) as abstract file system, [thephpleague/glide](https://github.com/thephpleague/glide) as image manipulator, [DevGroup-ru/yii2-data-structure-tools](https://github.com/DevGroup-ru/yii2-data-structure-tools) to store relations in DB.

### Installing

[](#installing)

The preferred way to install this extension is through [extension manager](https://github.com/DevGroup-ru/yii2-extensions-manager)

Another way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist devgroup/yii2-media-storage "*"

```

or add

```
"devgroup/yii2-media-storage": "*"

```

to the require section of your `composer.json` file.

> Because this is `yii2-extension` you should run migrations manually

### Configure

[](#configure)

If extension installed throw [extension manager](https://github.com/DevGroup-ru/yii2-extensions-manager) simple go to [config page](http://demo.com/extensions-manager/extensions/config) and select `media storage` section.

If extension installed throw [composer](http://getcomposer.org/download/) you need to add to configuration

```
[
    'bootstrap' => ['media', 'properties'],
    'modules' => [
        'properties' => [
            'class' => 'DevGroup\DataStructure\Properties\Module',
        ],
        'media' => [
            'class' => 'DevGroup\MediaStorage\MediaModule',
        ],
    ],
    'components' => [

        'multilingual' => [
            'class' => \DevGroup\Multilingual\Multilingual::className(),
            'default_language_id' => 1,
            'handlers' => [
                [
                    'class' => \DevGroup\Multilingual\DefaultGeoProvider::className(),
                    'default' => [
                        'country' => [
                            'name' => 'England',
                            'iso' => 'en',
                        ],
                    ],
                ],
            ],
        ],

        'protectedFilesystem' => [
            'class' => 'creocoder\flysystem\LocalFilesystem',
            'path' => '@app/media',
        ],
    ],
];
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/19c9303caa5846f2500a35018dcbd3c7f07c74e30efc1bbf7878d54157ab9c4f?d=identicon)[bethrezen](/maintainers/bethrezen)

---

Top Contributors

[![bethrezen](https://avatars.githubusercontent.com/u/260284?v=4)](https://github.com/bethrezen "bethrezen (6 commits)")[![fps01](https://avatars.githubusercontent.com/u/2114997?v=4)](https://github.com/fps01 "fps01 (4 commits)")[![Hector68](https://avatars.githubusercontent.com/u/920564?v=4)](https://github.com/Hector68 "Hector68 (3 commits)")

### Embed Badge

![Health badge](/badges/devgroup-yii2-media-storage/health.svg)

```
[![Health](https://phpackages.com/badges/devgroup-yii2-media-storage/health.svg)](https://phpackages.com/packages/devgroup-yii2-media-storage)
```

###  Alternatives

[icetalker/filament-picker

A Regular Picker for Filament Form

1054.8k](/packages/icetalker-filament-picker)

PHPackages © 2026

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