PHPackages                             stinger/ckeditor-uploadimage-bundle - 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. stinger/ckeditor-uploadimage-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

stinger/ckeditor-uploadimage-bundle
===================================

Symfony2 Bundle to integrate the CKEditor plugin Upload Image

4.5.6(10y ago)519.2kLGPL-3.0JavaScript

Since Dec 15Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Stinger-Soft/CKEditorUploadImageBundle)[ Packagist](https://packagist.org/packages/stinger/ckeditor-uploadimage-bundle)[ Docs](http://ckeditor.com/addon/uploadimage)[ RSS](/packages/stinger-ckeditor-uploadimage-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

CKEditor plugin Upload Image Bundle
===================================

[](#ckeditor-plugin-upload-image-bundle)

Symfony2 Bundle to integrate the CKEditor plugin Upload Image

Current Version
---------------

[](#current-version)

UploadImage v4.5.6

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "stinger/ckeditor-uploadimage-bundle": "~4.5.6"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stinger\CKEditorUploadImageBundle\StingerCKEditorUploadImageBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update stinger/ckeditor-uploadimage-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

### Usage

[](#usage)

```
trsteel_ckeditor:
    external_plugins:
      uploadimage:
        path: 'bundles/stingerckeditoruploadimage'
```

Licenses
========

[](#licenses)

Refer to the source code of the included files for license information

References
==========

[](#references)

1.
2.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

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

3804d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8103c2ef658b68f8bd473c8ebf0881e5ee14dba8c0584742fe177312a1ed7bec?d=identicon)[koddistortion](/maintainers/koddistortion)

---

Top Contributors

[![koddistortion](https://avatars.githubusercontent.com/u/1405569?v=4)](https://github.com/koddistortion "koddistortion (6 commits)")

---

Tags

pluginsymfonyimageuploadCKEditor

### Embed Badge

![Health badge](/badges/stinger-ckeditor-uploadimage-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/stinger-ckeditor-uploadimage-bundle/health.svg)](https://phpackages.com/packages/stinger-ckeditor-uploadimage-bundle)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[tilleuls/ckeditor-sonata-media-bundle

Integrates SonataMediaBundle with CKEditor

53531.4k1](/packages/tilleuls-ckeditor-sonata-media-bundle)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[presta/image-bundle

PrestaImageBundle is a Symfony bundle providing tools to resize uploaded and remote images before sending them through a classic form.

24155.9k](/packages/presta-image-bundle)[mafftor/laravel-file-manager

The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox

3619.3k](/packages/mafftor-laravel-file-manager)

PHPackages © 2026

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