PHPackages                             triawarman/yii2-richfilemanager - 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. triawarman/yii2-richfilemanager

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

triawarman/yii2-richfilemanager
===============================

Yii 2 wrapper for servocoder/RichFilemanager

v0.3(9y ago)2651MITJavaScript

Since May 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/triawarman/yii2-richfilemanager)[ Packagist](https://packagist.org/packages/triawarman/yii2-richfilemanager)[ Docs](https://github.com/triawarman/yii2-richfilemanager)[ RSS](/packages/triawarman-yii2-richfilemanager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (6)Used By (1)

yii2-richfilemanager
====================

[](#yii2-richfilemanager)

Yii 2 wrapper for servocoder/RichFilemanager

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist triawarman/yii2-richfilemanager "*"

```

or add

```
"triawarman/yii2-richfilemanager": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
use yii\web\Controller;
use triawarman\richFilemanager\FileManagerAction;

class MediaManagerController extends Controller
{

    public function beforeAction($action) {
        $this->enableCsrfValidation = false;
        return parent::beforeAction($action);
    }

    public function actions() {
        return[
            'file-manager'=>[
                'class' => FileManagerAction::className(),
                'auth' => true, //INFO: Default true, you could pass this option
                'serverConfig' => [
                    'options' =>[
                        "serverRoot" => true,
                        "fileRoot" => "/user_folder/"
                    ]
                ],
            ]
        ];
    }
}
```

and in the view

```

if you want passing some plugin parameters

```

Configuration that you can sets are : 1 options =&gt; culture 2 options =&gt; theme 3 options =&gt; connectorUrl 4 viewer =&gt; absolutePath 5 viewer =&gt; previewUrl 6 viewer =&gt; pathToFileOnly

Default connectorUrl is your {active control}/file-manager if you want to change, do :

```

or

```

When doing

```

```

the selected image will provide short address e.g image.png or folder/image.png

Documentation
-------------

[](#documentation)

More documentation can get at \[\] ().

Demo
----

[](#demo)

Filemanager live example: \[\] ().

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Total

3

Last Release

3285d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01f249c7309a02956acaee2a8dc508d17728e735cf9e5233ba3b3ffe41b43634?d=identicon)[triawarman](/maintainers/triawarman)

---

Tags

yii2yii2-extensionyii2-filemanageryii2extensionfile manager

### Embed Badge

![Health badge](/badges/triawarman-yii2-richfilemanager/health.svg)

```
[![Health](https://phpackages.com/badges/triawarman-yii2-richfilemanager/health.svg)](https://phpackages.com/packages/triawarman-yii2-richfilemanager)
```

###  Alternatives

[zxbodya/yii2-elfinder

Extension to use elFinder 1.x file manager in Yii2 application

1035.7k3](/packages/zxbodya-yii2-elfinder)[fedemotta/yii2-aws-sdk

This extension provides the AWS SDK integration for the Yii2 framework

15430.4k2](/packages/fedemotta-yii2-aws-sdk)[rkit/filemanager-yii2

FileManager for Yii2

181.3k](/packages/rkit-filemanager-yii2)[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)
