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

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

linchpinstudios/yii2-filemanager
================================

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

272.1k13[7 issues](https://github.com/linchpinstudios/yii2-filemanager/issues)[14 PRs](https://github.com/linchpinstudios/yii2-filemanager/pulls)PHP

Since Nov 7Pushed 3y ago11 watchersCompare

[ Source](https://github.com/linchpinstudios/yii2-filemanager)[ Packagist](https://packagist.org/packages/linchpinstudios/yii2-filemanager)[ RSS](/packages/linchpinstudios-yii2-filemanager/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (17)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 linchpinstudios/yii2-filemanager "*"

```

or add

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

```

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

##### 3) Run Migrations

[](#3-run-migrations)

``` ./yii migrate/up --migrationPath=@vendor/linchpinstudios/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 linchpinstudios\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

30

—

LowBetter than 62% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8070351?v=4)[Linchpin](/maintainers/linchpin)[@linchpin](https://github.com/linchpin)

---

Top Contributors

[![jhagel](https://avatars.githubusercontent.com/u/11066431?v=4)](https://github.com/jhagel "jhagel (18 commits)")

### Embed Badge

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

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

PHPackages © 2026

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