PHPackages                             elao/mce-media-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. [Image &amp; Media](/categories/media)
4. /
5. elao/mce-media-bundle

AbandonedArchivedSymfony-bundle[Image &amp; Media](/categories/media)

elao/mce-media-bundle
=====================

This bundle handles the integration of File Manager and Image Manager plugins inside TinyMCE

1.1.0(12y ago)51.9k5MITPHPPHP &gt;=5.3.3

Since Mar 19Pushed 12y ago24 watchersCompare

[ Source](https://github.com/Elao/ElaoMceMediaBundle)[ Packagist](https://packagist.org/packages/elao/mce-media-bundle)[ Docs](http://github.com/Elao/ElaoMceMediaBundle)[ RSS](/packages/elao-mce-media-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Elao MceMedia Bundle
====================

[](#elao-mcemedia-bundle)

#### This bundle handles the integration of File Manager and Image Manager plugins inside TinyMCE

[](#this-bundle-handles-the-integration-of-file-manager-and--image-manager-plugins-inside-tinymce)

We added as an *extra feature* an **input of type asset** that is linked to the Image Manager. What's that ?

It adds next to the text input, an extra button to upload any image to the Image Manager. Once the upload is done, a preview of the image is shown.

Once the form is saved, it stores the image path.

Changelog
---------

[](#changelog)

- 1.1.0
    - Rename configuration parameters from **elao\_mce\_media.configuration.\[…\]** to **elao\_mce\_media.configuration.parameters.\[…\]**

Download &amp; Install
----------------------

[](#download--install)

Via composer:

```
// composer.json
{
    // ...
    "require": {
        // ...
        "elao/mce-media-bundle": "1.1.*"
    }
}

```

Update your composer.phar:

```
$ php composer.phar update

```

Include it in your Kernel class:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        new Elao\Bundle\MceMediaBundle\ElaoMceMediaBundle(),
        ...
    );
}

```

How to use the asset field ?
----------------------------

[](#how-to-use-the-asset-field-)

First, you must include the js file `/bundles/elaomcemedia/js/input_asset.js`, the TinyMCE script, and the file `tiny_mce/plugins/imagemanager/`

Then you just need to transform your text input into an asset input:

```

    $('myInput').inputAsset();

```

Different configurations are available for the field:

- `delete_image`: The delete icon
- `delete_label`: The delete label that appears when hovering the delete\_image
- `pick_up_image`: The icon to open the Image Manager plugin
- `pick_up_label`: The label that is shown when hovering the pick\_up\_image
- `image_size`: The size of the preview image

Authenticator for Image Manager &amp; File Manager
--------------------------------------------------

[](#authenticator-for-image-manager--file-manager)

We need to modify the file `/tinymce/plugins/imagemanger/config.php` or/and `/tinymce/plugins/filemanger/config.php `

```
'authenticator' = ExternalAuthenticator
'ExternalAuthenticator.external_auth_url' = /_tinymce/login
'ExternalAuthenticator.secret_key' = someSecretKey

```

Configuration under Symfony

```
[yml]
# config.yml
elao_mce_media:
    is_login: false # Default nobody has access to the manager, but if true, the role is ignored
    role: ROLE_ADMIN # The role that the user must have in order to access to the manager
    secret_key: someSecretKey
    configs:
        my.key: value

[yml]
# routing.yml
elao_mce_media:
    resource: @ElaoMceMediaBundle/Resources/config/routing.yml

```

Things to configure with the application

- configs: an array of config keys for the plugins ().

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~0 days

Total

2

Last Release

4444d ago

### Community

Maintainers

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

---

Top Contributors

[![benji07](https://avatars.githubusercontent.com/u/166890?v=4)](https://github.com/benji07 "benji07 (12 commits)")[![tristanbes](https://avatars.githubusercontent.com/u/346010?v=4)](https://github.com/tristanbes "tristanbes (1 commits)")

---

Tags

bundlemediaelaoTiny MCE

### Embed Badge

![Health badge](/badges/elao-mce-media-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/elao-mce-media-bundle/health.svg)](https://phpackages.com/packages/elao-mce-media-bundle)
```

###  Alternatives

[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k38.3M217](/packages/liip-imagine-bundle)[jolicode/media-bundle

A media management bundle for Symfony applications, with Easyadmin and SonataAdmin integrations.

1054.9k](/packages/jolicode-media-bundle)[agence-adeliom/easy-media-bundle

A Symfony Media manager bundle for EasyAdmin

3016.8k2](/packages/agence-adeliom-easy-media-bundle)[mediamonks/sonata-media-bundle

A powerful, flexible and easy to use alternative for the existing Sonata Media Bundle

109.8k](/packages/mediamonks-sonata-media-bundle)

PHPackages © 2026

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