PHPackages                             cookyii/module-media - 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. cookyii/module-media

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

cookyii/module-media
====================

Media management module for Cookyii CMF

15371PHP

Since Feb 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cookyii/module-media)[ Packagist](https://packagist.org/packages/cookyii/module-media)[ RSS](/packages/cookyii-module-media/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Media management module
=======================

[](#media-management-module)

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

[](#installation)

```
composer require cookyii/module-media:dev-master
```

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

[](#configuration)

### 1. Update config

[](#1-update-config)

In all `app's` config in section `modules` add `cookyii\modules\Media\Module`and in section `bootstrap` add `media`:

```
// ./backend-app/config/app.php

return [
    // ...
    'bootstrap' => [
        // some components ...
        'media'
    ],
    'modules' => [
        // some modules ...
        'media' => 'cookyii\modules\Media\Module',
    ],
    // ...
];
```

### 2. Execute new migrations

[](#2-execute-new-migrations)

```
./frontend migrate
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ed2a8c869410bcc2f79245fe77cf156db86c83fed1c60c3dea8df1e04966788?d=identicon)[rmrevin](/maintainers/rmrevin)

---

Top Contributors

[![rmrevin](https://avatars.githubusercontent.com/u/803507?v=4)](https://github.com/rmrevin "rmrevin (44 commits)")

### Embed Badge

![Health badge](/badges/cookyii-module-media/health.svg)

```
[![Health](https://phpackages.com/badges/cookyii-module-media/health.svg)](https://phpackages.com/packages/cookyii-module-media)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[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)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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