PHPackages                             z\_bodya/yii-elfinder - 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. z\_bodya/yii-elfinder

ActiveYii-extension

z\_bodya/yii-elfinder
=====================

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

1.0.0(13y ago)22.2k2BSD-3-ClauseJavaScript

Since Apr 15Pushed 10y ago4 watchersCompare

[ Source](https://github.com/zxbodya/yii-elfinder)[ Packagist](https://packagist.org/packages/z_bodya/yii-elfinder)[ RSS](/packages/z-bodya-yii-elfinder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

ElFinder 1.x Yii extension
==========================

[](#elfinder-1x-yii-extension)

1. Checkout source code to your project, for example to ext.elFinder
2. Create controller for connector action, and configure it params

    ```
     class ElfinderController extends CController
     {
         public function actions()
         {
             return array(
                 'connector' => array(
                     'class' => 'ext.elFinder.ElFinderConnectorAction',
                     'settings' => array(
                         'root' => Yii::getPathOfAlias('webroot') . '/uploads/',
                         'URL' => Yii::app()->baseUrl . '/uploads/',
                         'rootAlias' => 'Home',
                         'mimeDetect' => 'none'
                     )
                 ),
             );
         }
     }

    ```
3. ServerFileInput - use this widget to choose file on server using ElFinder pop-up

    ```
       $this->widget('ext.elFinder.ServerFileInput', array(
               'model' => $model,
               'attribute' => 'serverFile',
               'connectorRoute' => 'admin/elfinder/connector',
               )
       );

    ```
4. ImageFileInput - similar to ServerFileInput. Displays small image preview instead of textual path to file.

    ```
       $this->widget('ext.elFinder.ImageFileInput', array(
               'model' => $model,
               'attribute' => 'imageFile',
               'connectorRoute' => 'admin/elfinder/connector',
               )
       );

    ```
5. ElFinderWidget use this widget to manage files

    ```
       $this->widget('ext.elFinder.ElFinderWidget', array(
               'connectorRoute' => 'admin/elfinder/connector',
               )
       );

    ```
6. To use TinyMceElFinder see: [https://bitbucket.org/z\_bodya/yii-tinymce](https://bitbucket.org/z_bodya/yii-tinymce)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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

4775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f47929617cbb1dee5a095baccb865ab5e30ad7155f5b30b081b50249806593d?d=identicon)[zxbodya](/maintainers/zxbodya)

---

Top Contributors

[![zxbodya](https://avatars.githubusercontent.com/u/446117?v=4)](https://github.com/zxbodya "zxbodya (18 commits)")[![mmedojevicbg](https://avatars.githubusercontent.com/u/1908699?v=4)](https://github.com/mmedojevicbg "mmedojevicbg (2 commits)")

---

Tags

widgettinymcefile manager

### Embed Badge

![Health badge](/badges/z-bodya-yii-elfinder/health.svg)

```
[![Health](https://phpackages.com/badges/z-bodya-yii-elfinder/health.svg)](https://phpackages.com/packages/z-bodya-yii-elfinder)
```

###  Alternatives

[zxbodya/yii2-elfinder

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

1035.7k3](/packages/zxbodya-yii2-elfinder)

PHPackages © 2026

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