PHPackages                             brussens/yii2-trumbowyg - 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. brussens/yii2-trumbowyg

ActiveYii2-extension

brussens/yii2-trumbowyg
=======================

Trumbowyg extension for YiiFramework 2.x.x

1.0.0(7y ago)513.5k↓30.2%1[1 issues](https://github.com/brussens/yii2-trumbowyg/issues)1MITPHPPHP &gt;=5.4.0

Since Sep 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/brussens/yii2-trumbowyg)[ Packagist](https://packagist.org/packages/brussens/yii2-trumbowyg)[ RSS](/packages/brussens-yii2-trumbowyg/feed)WikiDiscussions master Synced 1mo ago

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

Trumbowyg extension for YiiFramework 2.x.x
==========================================

[](#trumbowyg-extension-for-yiiframework-2xx)

[![Latest Stable Version](https://camo.githubusercontent.com/15fa38ff8ac4bd87a55d8a49bf9a6a22c5ab5e52441e64aa017c6e6ae3c9353a/68747470733a2f2f706f7365722e707567782e6f72672f6272757373656e732f796969322d7472756d626f7779672f762f737461626c65)](https://packagist.org/packages/brussens/yii2-trumbowyg)[![Total Downloads](https://camo.githubusercontent.com/0350dcf84219e4354667f1aaaee901cafb534224a5d81d36284b3dfc59bd12ff/68747470733a2f2f706f7365722e707567782e6f72672f6272757373656e732f796969322d7472756d626f7779672f646f776e6c6f616473)](https://packagist.org/packages/brussens/yii2-trumbowyg)[![License](https://camo.githubusercontent.com/87931c37a44106b7257a94364b4d034259185a2c10303b707cde712c9e5c1080/68747470733a2f2f706f7365722e707567782e6f72672f6272757373656e732f796969322d7472756d626f7779672f6c6963656e7365)](https://packagist.org/packages/brussens/yii2-trumbowyg)

Install
-------

[](#install)

Either run

```
php composer.phar require --prefer-dist brussens/yii2-trumbowyg "*"

```

or add

```
"brussens/yii2-trumbowyg": "*"

```

to the require section of your `composer.json` file.

Basic usage:
------------

[](#basic-usage)

```
use brussens\yii2\extensions\trumbowyg\TrumbowygWidget;

echo $form->field($form, 'content')->widget(TrumbowygWidget::className());
```

Advanced usage
--------------

[](#advanced-usage)

```
use brussens\yii2\extensions\trumbowyg\TrumbowygWidget;

echo $form->field($form, 'content')->widget(TrumbowygWidget::className(), [
    'clientOptions' => [
        'btns' => [
            ['viewHTML'],
            ['undo', 'redo'],
            ['table'],
            ['formatting'],
            ['strong', 'em', 'del'],
            ['link'],
            ['justifyLeft', 'justifyCenter', 'justifyRight', 'justifyFull'],
            ['unorderedList', 'orderedList'],
            ['removeformat'],
            ['fullscreen'],
            ['upload'],
        ]
    ],
    'plugins' => [
        TrumbowygWidget::PLUGIN_UPLOAD,
        TrumbowygWidget::PLUGIN_TABLE,
        TrumbowygWidget::PLUGIN_HISTORY
    ]
]);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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

2792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/436a63d75811386f486820ea2de0060dc20d95294beee6555edf6ea7c03bc367?d=identicon)[brussens](/maintainers/brussens)

---

Top Contributors

[![brussens](https://avatars.githubusercontent.com/u/2656715?v=4)](https://github.com/brussens "brussens (1 commits)")

---

Tags

yii2extensionwidgetyiiwysiwygtrumbowyg

### Embed Badge

![Health badge](/badges/brussens-yii2-trumbowyg/health.svg)

```
[![Health](https://phpackages.com/badges/brussens-yii2-trumbowyg/health.svg)](https://phpackages.com/packages/brussens-yii2-trumbowyg)
```

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

243979.7k40](/packages/vova07-yii2-imperavi-widget)

PHPackages © 2026

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