PHPackages                             istvan0304/ck-image-manager - 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. [Image &amp; Media](/categories/media)
4. /
5. istvan0304/ck-image-manager

ActiveYii2-extension[Image &amp; Media](/categories/media)

istvan0304/ck-image-manager
===========================

Image manager for ck editor

v1.8(6y ago)0301MITPHP

Since Jul 9Pushed 6y agoCompare

[ Source](https://github.com/istvan0304/ck-image-manager)[ Packagist](https://packagist.org/packages/istvan0304/ck-image-manager)[ RSS](/packages/istvan0304-ck-image-manager/feed)WikiDiscussions master Synced yesterday

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

Image file upload manager for Yii2 CK editor
============================================

[](#image-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/ck-image-manager "dev-master"

or add:

```
    "istvan0304/ck-image-manager": "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/imagemanager/migrations

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

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

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

    ```
      'imagemanager' => [
                  'class' => 'istvan0304\imagemanager\components\CkImageManagerComponent',
                  'useOriginalFilename' => false,     		     //use filename (seo friendly) or use a hash
                  'uploadPath' => 'uploads/files',                 //set upload path (default /uploads)
                  'allowDuplicateImage' => false,                  //Let you to upload an image more than one times (default: false)
              ],

    ```

Usage
-----

[](#usage)

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;

```

Access
------

[](#access)

if use rbac set access:

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

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 76% 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 ~3 days

Total

8

Last Release

2476d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/istvan0304-ck-image-manager/health.svg)

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

###  Alternatives

[sadovojav/yii2-image-thumbnail

Yii2 image thumbnail component

2142.1k](/packages/sadovojav-yii2-image-thumbnail)[noam148/yii2-image-resize

A Yii2 component for resizing images (on the fly)

1144.6k7](/packages/noam148-yii2-image-resize)[maxmirazh33/yii2-uploadable-cropable-image

Yii2 extension for upload and crop images

1020.8k](/packages/maxmirazh33-yii2-uploadable-cropable-image)[developit/yii2-jcrop

 yii2 image cropping extension

101.5k](/packages/developit-yii2-jcrop)

PHPackages © 2026

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