PHPackages                             rabies/filemanager - 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. rabies/filemanager

ActiveLibrary

rabies/filemanager
==================

Completely Responsive Filemanager with integration for tinyMCE and Silex backend

07JavaScript

Since Nov 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Xpycts/FileManager)[ Packagist](https://packagist.org/packages/rabies/filemanager)[ RSS](/packages/rabies-filemanager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TinyMCE FileManager Plugin with Silex backend
=============================================

[](#tinymce-filemanager-plugin-with-silex-backend)

Based on ()

and see author repo ()

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

[](#installation)

### manipulation on Silex

[](#manipulation-on-silex)

Copy config file to config dir and add to project in app.php

```
$app['FileManager'] = function() {
        return require (__DIR__.'/../config/'."tinymce_filemanager.php");
    };
```

Add ControllerProvider

```
$app->mount('/filemanager', new \Rabies\FileManager\FileManagerControllerProvider());
```

Copy Templates folder to Your twig templates dir

---

### Add plugin to TinyMCE

[](#add-plugin-to-tinymce)

copy plugin file to tinymce plugin folder

add responsivefilemanager to plugin list and buttons list in tinyMCE init

add path to file manager and title

```
external_filemanager_path:"/filemanager",
filemanager_title:"Responsive Filemanager"

```

for example

```
tinymce.init({
selector: '.wysiwyg',
language: 'en',
browser_spellcheck: true,
theme: 'modern',
plugins: [
'advlist autolink lists link image charmap print preview hr anchor pagebreak',
'searchreplace wordcount visualblocks visualchars code fullscreen',
'insertdatetime media nonbreaking save table contextmenu directionality',
'emoticons template paste textcolor colorpicker textpattern imagetools localautosave responsivefilemanager'
],
toolbar1: 'insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent ',
toolbar2: 'print preview | fontsizeselect forecolor backcolor emoticons | link media image responsivefilemanager | localautosave',
relative_urls: false,
image_advtab: true,
external_filemanager_path:"/filemanager",
filemanager_title:"Responsive Filemanager"
});

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% 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/070f7c2cdd6c28459dae96dbb319980968e1361b8ac7dbb76bed42f9402ab83b?d=identicon)[Xpycts](/maintainers/Xpycts)

---

Top Contributors

[![Kingtreemonkey](https://avatars.githubusercontent.com/u/10866398?v=4)](https://github.com/Kingtreemonkey "Kingtreemonkey (17 commits)")[![Xpycts](https://avatars.githubusercontent.com/u/3481441?v=4)](https://github.com/Xpycts "Xpycts (3 commits)")

### Embed Badge

![Health badge](/badges/rabies-filemanager/health.svg)

```
[![Health](https://phpackages.com/badges/rabies-filemanager/health.svg)](https://phpackages.com/packages/rabies-filemanager)
```

PHPackages © 2026

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