PHPackages                             istvan0304/ckfilemanager - 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. istvan0304/ckfilemanager

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

istvan0304/ckfilemanager
========================

File manager for ck editor

1.3.0(1y ago)0449↓66.7%MITPHP

Since Mar 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/istvan0304/ck-file-manager)[ Packagist](https://packagist.org/packages/istvan0304/ckfilemanager)[ RSS](/packages/istvan0304-ckfilemanager/feed)WikiDiscussions master Synced 1mo ago

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

File upload manager for Yii2 CK editor
======================================

[](#file-upload-manager-for-yii2-ck-editor)

Requirements
------------

[](#requirements)

- php &gt;=7.2
- mySQL &gt;=5.7

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

[](#installation)

The preferred way to install this extension is through composer.

- Run

    $ php composer.phar require istvan0304/ckfilemanager "dev-master"

or add:

```
    "istvan0304/ckfilemanager": "dev-master"

```

to the require section of your application's composer.json file.

- Run the migrate to create the database table

    ```
      yii migrate --migrationPath=@istvan0304/ckfilemanager/migrations

    ```
- Add new modules section to your configuration file:

    ```
      'modules' => [
      	'ckfilemanager' => [
                      'class' => 'istvan0304\ckfilemanager\Module'
                  ]
      ],

    ```
- Add a new component in components section of your configuration file:

    ```
      'ckfilemanager' => [
                  'class' => 'istvan0304\ckfilemanager\components\CkFileManagerComponent',
                  'useOriginalFilename' => false,     		     //use filename (seo friendly) or use a hash
                  'uploadPath' => 'uploads/files',                 //set upload path (default /uploads)
                  'allowDuplicateFile' => false,                  //Let you to upload an files more than one times (default: false)
                  'imageManagerRbacRule' => 'exampleRule',         //Rbac rule name for image manager file list
              ],

    ```

Usage for images
----------------

[](#usage-for-images)

For using the filebrowser in CKEditor add the filebrowserImageBrowseUrl to the clientOptions of the CKEditor widget. Tested only with CKEditor from 2amigOS.

```
    use dosamigos\ckeditor\CKEditor;

    For dynamic path add {'dynamicPath' => 'path'} for filebrowserImageBrowseUrl or filebrowserBrowseUrl url parameters

```

Access
------

[](#access)

if use rbac set access:

```
    'as access' => [
            'class' => 'mdm\admin\components\AccessControl',
            'allowActions' => [
                'ckfilemanager/ck-file/get-file',
                'ckfilemanager/ck-file/preview-thumbnail'
            ]
        ],

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance46

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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 ~147 days

Recently: every ~1 days

Total

11

Last Release

402d ago

### Community

Maintainers

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

---

Top Contributors

[![istvan0304](https://avatars.githubusercontent.com/u/19621571?v=4)](https://github.com/istvan0304 "istvan0304 (7 commits)")[![steve0304pte](https://avatars.githubusercontent.com/u/242409783?v=4)](https://github.com/steve0304pte "steve0304pte (6 commits)")

### Embed Badge

![Health badge](/badges/istvan0304-ckfilemanager/health.svg)

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

###  Alternatives

[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)
