PHPackages                             drexlerux/yii2-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. [File &amp; Storage](/categories/file-storage)
4. /
5. drexlerux/yii2-filemanager

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

drexlerux/yii2-filemanager
==========================

A file manager for Yii2. Allow you to dynamically manager images and files from any location

v1.0.0(8y ago)02MITPHP

Since Sep 23Pushed 8y agoCompare

[ Source](https://github.com/drexlerux/yii2-filemanager)[ Packagist](https://packagist.org/packages/drexlerux/yii2-filemanager)[ RSS](/packages/drexlerux-yii2-filemanager/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

Yii2 File Manager
=================

[](#yii2-file-manager)

A file manager for Yii2. Allow you to dynamically manager images and files from any location. Also TinyMCE plugin included.

Installation
============

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist drexlerux/yii2-filemanager "*"

```

or add

```
"drexlerux/yii2-filemanager": "*"

```

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

##### 3) Run Migrations

[](#3-run-migrations)

``` ./yii migrate/up --migrationPath=@vendor/drexlerux/yii2-filemanager/migrations ``` Configure
=========

[](#configure)

Add the module to the main configuration.

```

```

Usage
=====

[](#usage)

Once the extension is installed, you can access the Module by navigating to

Tiny MCE
========

[](#tiny-mce)

To use the File Manager with Tiny MCE you need to register the scripts with Yii.

Add Use to head of controller.

```
use drexlerux\filemanager\assets\FilemanagerTinyAssets;

```

Add Register to controller action.

```
FilemanagerTinyAssets::register($this->view);

```

Then add the 'filemanager' plugin to the Tiny MCE plugin. (Example using 2amigos Tiny MCE Package [found HERE](https://github.com/2amigos/yii2-tinymce-widget))

```

```

Notes
=====

[](#notes)

Widget and other items still in development.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3153d ago

### Community

Maintainers

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

---

Top Contributors

[![drexlerux](https://avatars.githubusercontent.com/u/29631825?v=4)](https://github.com/drexlerux "drexlerux (1 commits)")

---

Tags

awsfilemanageryii2extension

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[fedemotta/yii2-aws-sdk

This extension provides the AWS SDK integration for the Yii2 framework

15430.4k2](/packages/fedemotta-yii2-aws-sdk)[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)
