PHPackages                             xvs32x/tinymce-responsivefilemanager - 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. xvs32x/tinymce-responsivefilemanager

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

xvs32x/tinymce-responsivefilemanager
====================================

TinyMCE + Responsive file manager widget for Yii2

1.0.13(10y ago)438.0k↓51.1%5GPL-3.0+JavaScript

Since Feb 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xvs32x/tinymce-responsivefilemanager)[ Packagist](https://packagist.org/packages/xvs32x/tinymce-responsivefilemanager)[ RSS](/packages/xvs32x-tinymce-responsivefilemanager/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (13)Used By (0)

tinymce-responsivefilemanager
=============================

[](#tinymce-responsivefilemanager)

TinyMCE 4.6.3 + responsivefilemanager 9.9.7

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

[](#installation)

composer require xvs32x/tinymce-responsivefilemanager

### Usage:

[](#usage)

First, create @web/uploads/filemanager/source and @web/uploads/filemanager/thumbs folders

```
$form->field($model, 'title')->widget(\xvs32x\tinymce\Tinymce::className(), [
        //TinyMCE options
        'pluginOptions' => [
            'plugins' => [
                "advlist autolink link image lists charmap print preview hr anchor pagebreak",
                "searchreplace wordcount visualblocks visualchars insertdatetime media nonbreaking",
                "table contextmenu directionality emoticons paste textcolor responsivefilemanager code"
            ],
            'toolbar1' => "undo redo | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | styleselect",
            'toolbar2' => "| responsivefilemanager | link unlink anchor | image media | forecolor backcolor ",
            'image_advtab' => true,
            'filemanager_title' => "Filemanager",
            'language' => ArrayHelper::getValue(explode('_', Yii::$app->language), '0', Yii::$app->language),
        ],
        //Widget Options
        'fileManagerOptions' => [
            //Upload Manager Configuration
            'configPath' => [
                //path from base_url to base of upload folder with start and final /
                'upload_dir' => '/uploads/filemanager/source/',
                //relative path from filemanager folder to upload folder with final /
                'current_path' => '../../../uploads/filemanager/source/',
                //relative path from filemanager folder to thumbs folder with final / (DO NOT put inside upload folder)
                'thumbs_base_path' => '../../../uploads/filemanager/thumbs/'
            ]
        ]
    ])
```

### Yii2 Advanced template ready!

[](#yii2-advanced-template-ready)

```
 [
    'fileManagerOptions' => [
        'configPath' => [
           'upload_dir' => '/uploads/filemanager/source/',
           'current_path' => '../../../../../frontend/web/uploads/filemanager/source/',
           'thumbs_base_path' => 'uploads/filemanager/thumbs/',
           'base_url' => 'http://frontend', //  [
      'setup' => new \yii\web\JsExpression("function(editor){
            editor.on('change', function () {
            editor.save();
            });
      }"),

   ],
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 55% 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 ~0 days

Total

12

Last Release

3784d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/df3d93b4891f6c5f32e74e8e368854fa8e41e7d2eeb3daf6f817ea5f5723794a?d=identicon)[xvs32x](/maintainers/xvs32x)

---

Top Contributors

[![xvs32x](https://avatars.githubusercontent.com/u/5854004?v=4)](https://github.com/xvs32x "xvs32x (11 commits)")[![orlov0562](https://avatars.githubusercontent.com/u/1763904?v=4)](https://github.com/orlov0562 "orlov0562 (8 commits)")[![nicolallias](https://avatars.githubusercontent.com/u/5197407?v=4)](https://github.com/nicolallias "nicolallias (1 commits)")

---

Tags

xvs32x

### Embed Badge

![Health badge](/badges/xvs32x-tinymce-responsivefilemanager/health.svg)

```
[![Health](https://phpackages.com/badges/xvs32x-tinymce-responsivefilemanager/health.svg)](https://phpackages.com/packages/xvs32x-tinymce-responsivefilemanager)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[mihaildev/yii2-elfinder

Yii2 ElFinder

172686.0k54](/packages/mihaildev-yii2-elfinder)[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)
