PHPackages                             thienhungho/yii2-media-management - 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. [Image &amp; Media](/categories/media)
4. /
5. thienhungho/yii2-media-management

ActiveYii2-extension[Image &amp; Media](/categories/media)

thienhungho/yii2-media-management
=================================

Yii2 media management

v1.0.8(7y ago)1901BSD-3-ClausePHP

Since Nov 3Pushed 3y agoCompare

[ Source](https://github.com/thienhungho/yii2-media-management)[ Packagist](https://packagist.org/packages/thienhungho/yii2-media-management)[ RSS](/packages/thienhungho-yii2-media-management/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (10)Used By (1)

Yii2 Media Management System
============================

[](#yii2-media-management-system)

Media Management System for Yii2

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

[](#installation)

This is just an example, memorible moment. The source code may not work for known reasons. This source code include against loss license feature.

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

Either run

```
php composer.phar require --prefer-dist thienhungho/yii2-media-management "*"

```

or add

```
"thienhungho/yii2-media-management": "*"

```

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

### Migration

[](#migration)

Run the following command in Terminal for database migration:

```
yii migrate/up --migrationPath=@vendor/thienhungho/MediaManagement/migrations

```

Or use the [namespaced migration](http://www.yiiframework.com/doc-2.0/guide-db-migrations.html#namespaced-migrations) (requires at least Yii 2.0.10):

```
// Add namespace to console config:
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationNamespaces' => [
            'thienhungho\MediaManagement\migrations\namespaced',
        ],
    ],
],
```

Then run:

```
yii migrate/up

```

Config
------

[](#config)

Add module MediaManage to your `AppConfig` file.

```
...
'modules'          => [
    ...
    /**
     * Media Manage
     */
     'media-manage' => [
        'class' => 'thienhungho\MediaManagement\modules\MediaManage\MediaManage',
     ],
    ...
],
...
```

Add module MediaConfiguration to your `AppConfig` file.

```
...
'modules'          => [
    ...
    /**
     * Media Configuration
     */
     'media-configuration' => [
        'class' => 'thienhungho\MediaManagement\modules\MediaConfiguration\MediaConfiguration',
     ],
    ...
],
...
```

Modules
-------

[](#modules)

[MediaBase](https://github.com/thienhungho/yii2-media-management/tree/master/src/modules/MediaBase), [MediaManage](https://github.com/thienhungho/yii2-media-management/tree/master/src/modules/MediaManage), [Uploads](https://github.com/thienhungho/yii2-media-management/tree/master/src/modules/Uploads), [MediaConfiguration](https://github.com/thienhungho/yii2-media-management/tree/master/src/modules/Uploads)

Functions
---------

[](#functions)

[Core](https://github.com/thienhungho/yii2-media-management/tree/master/src/functions/core.php)

Models
------

[](#models)

[Media](https://github.com/thienhungho/yii2-media-management/tree/master/src/models/Media.php), [MediaConfigurationForm](https://github.com/thienhungho/yii2-media-management/tree/master/src/models/MediaConfigurationForm.php)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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

Every ~22 days

Recently: every ~42 days

Total

9

Last Release

2621d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33386206?v=4)[HT U IO](/maintainers/thienhungho)[@thienhungho](https://github.com/thienhungho)

---

Top Contributors

[![thienhungho](https://avatars.githubusercontent.com/u/33386206?v=4)](https://github.com/thienhungho "thienhungho (12 commits)")

---

Tags

mediayii2extensionmanagement

### Embed Badge

![Health badge](/badges/thienhungho-yii2-media-management/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[trntv/yii2-glide

Yii2 Glide Extension

43276.3k9](/packages/trntv-yii2-glide)[yiimaker/yii2-social-share

Extension for sharing on social networks

48113.5k4](/packages/yiimaker-yii2-social-share)[raoul2000/yii2-jcrop-widget

This extension is a wrapper for the jQuery Image Cropping Plugin (jcrop)

11270.3k2](/packages/raoul2000-yii2-jcrop-widget)[noam148/yii2-image-resize

A Yii2 component for resizing images (on the fly)

1045.1k7](/packages/noam148-yii2-image-resize)[maxmirazh33/yii2-uploadable-cropable-image

Yii2 extension for upload and crop images

1021.6k](/packages/maxmirazh33-yii2-uploadable-cropable-image)

PHPackages © 2026

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