PHPackages                             markocupic/contao-tinymce-plugin-builder-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. markocupic/contao-tinymce-plugin-builder-bundle

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

markocupic/contao-tinymce-plugin-builder-bundle
===============================================

Plugin builder for tinyMCE rte under Contao

1.2.1(2y ago)01271[1 issues](https://github.com/markocupic/contao-tinymce-plugin-builder-bundle/issues)3LGPL-3.0+PHPPHP ^8.0

Since Dec 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/markocupic/contao-tinymce-plugin-builder-bundle)[ Packagist](https://packagist.org/packages/markocupic/contao-tinymce-plugin-builder-bundle)[ RSS](/packages/markocupic-contao-tinymce-plugin-builder-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (7)Used By (3)

Contao Tinymce Plugin Builder für Contao 4.4 mit tinyMCE 5
==========================================================

[](#contao-tinymce-plugin-builder-für-contao-44-mit-tinymce-5)

Dieses Modul dient als Basis für weitere TinyMCE plugins.

Der Modul modifiziert das javascript des aktuellen tinyMCE Templates.

Die Konfiguration erfolgt im eigenen Package welches diese Extension als Basis benutzt.

Dies geschieht in der `config.php` (vendor/my-tinymce-plugin-bundle/contao/config.php) durch `$GLOBALS`

Beispiel:

```
    // Add a plugin to the tinymce editor
    $GLOBALS['TINYMCE']['SETTINGS']['PLUGINS'][] = 'myPlugin';

    // Add a button to the toolbar in tinymce editor
    $GLOBALS['TINYMCE']['SETTINGS']['TOOLBAR'][] = 'myPlugin';

    // Das Paket muss dafür Sorge tragen, dass der js-Code des Plugins in "assets\tinymce4\js\plugins\myPlugin\plugin.min.js" abgelegt wird.

    // Add a content_css in tinymce editor
    $GLOBALS['TINYMCE']['SETTINGS']['CONTENT_CSS'][] = 'my_plugin.css';

    // Add 'extended_valid_elements' to tinymce editor e.g. Font Awesome
    $GLOBALS['TINYMCE']['SETTINGS']['EXTENDED_VALID_ELEMENTS'][] = 'i[*]';

    // Ein eigener Schlüssel wird durch
    $GLOBALS['TINYMCE']['SETTINGS']['CONFIG_ROW']['myKey'] = 'myKeyValue';

    // dadurch wird bei der Inititalisierung zusätzlich  myKey: myKeyValue;
    // Die Auswertung von myKey kann im Plugin durch editor getParameter('myKey') erfolgen.
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~430 days

Recently: every ~15 days

Total

6

Last Release

937d ago

PHP version history (3 changes)1.0.0PHP ^5.6|^7.0

1.1.0PHP ^7.4 || ^8.0

1.2.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1525166?v=4)[Marko Cupic](/maintainers/markocupic)[@markocupic](https://github.com/markocupic)

---

Top Contributors

[![markocupic](https://avatars.githubusercontent.com/u/1525166?v=4)](https://github.com/markocupic "markocupic (14 commits)")[![pbd-kn](https://avatars.githubusercontent.com/u/75879364?v=4)](https://github.com/pbd-kn "pbd-kn (2 commits)")

---

Tags

pluginbuildercontaotinymce

### Embed Badge

![Health badge](/badges/markocupic-contao-tinymce-plugin-builder-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/markocupic-contao-tinymce-plugin-builder-bundle/health.svg)](https://phpackages.com/packages/markocupic-contao-tinymce-plugin-builder-bundle)
```

PHPackages © 2026

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