PHPackages                             gevman/yii2-file-manager - 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. gevman/yii2-file-manager

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

gevman/yii2-file-manager
========================

File Manager Module for Yii2

2.3.2(7y ago)889MITCSSPHP &gt;=5.4

Since Jan 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gevorgmansuryan/Yii2-file-manager)[ Packagist](https://packagist.org/packages/gevman/yii2-file-manager)[ RSS](/packages/gevman-yii2-file-manager/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (17)Used By (0)

File Manager Module for Yii2
============================

[](#file-manager-module-for-yii2)

add this to web.php

```
'bootstrap' => [/* other, */'file-manager'/*, other*/],
// and
'modules' => [
    /* other, */
    'file-manager' => [
        'class' => Gevman\FileManager\Module::class,
        'returnFullPath' => false,
        'uploadFolder' => '/uploads',
        'allowedExtensions' => [
            'images' => ['jpg', 'png', 'gif'],
        ],
        'cacheComponent' => 'cache',
        'beforeAction' => function() {
            if (Yii::$app->user->isGuest) {
                throw new \yii\web\ForbiddenHttpException(Yii::t('yii', 'You are not allowed to perform this action.'));
            }
        }
    ],
    /*, other*
],
```

there is also console command for automating file thumb indexing

in console config set @webroot alias first after add this to config file

```
'bootstrap' => [/* other, */'file-manager'/*, other*/],
// and
'modules' => [
    /* other, */
    'file-manager' => [
        'class' => Gevman\FileManager\Module::class,
        'returnFullPath' => true,
        'uploadFolder' => '/uploads',
        'cacheComponent' => 'cache',
    ],
    /*, other*
],

after run `php yii file-manager/index-files`
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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 ~35 days

Recently: every ~0 days

Total

16

Last Release

2901d ago

Major Versions

1.0.2 → 2.02017-03-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11891855?v=4)[Gevorg Mansuryan](/maintainers/gevorgmansuryan)[@gevorgmansuryan](https://github.com/gevorgmansuryan)

---

Top Contributors

[![gevorgmansuryan](https://avatars.githubusercontent.com/u/11891855?v=4)](https://github.com/gevorgmansuryan "gevorgmansuryan (19 commits)")

### Embed Badge

![Health badge](/badges/gevman-yii2-file-manager/health.svg)

```
[![Health](https://phpackages.com/badges/gevman-yii2-file-manager/health.svg)](https://phpackages.com/packages/gevman-yii2-file-manager)
```

###  Alternatives

[budyaga/yii2-cropper

Yii-Framework widget for uploading and cropping images

4370.1k4](/packages/budyaga-yii2-cropper)[karpoff/yii2-crop-image-upload

Yii 2 Crop image upload widget

1818.5k](/packages/karpoff-yii2-crop-image-upload)[sadovojav/yii2-image-cutter

Yii2 crop image widget

108.7k](/packages/sadovojav-yii2-image-cutter)[liyunfang/yii2-upload-behavior

Upload behavior for Yii 2

161.7k](/packages/liyunfang-yii2-upload-behavior)

PHPackages © 2026

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