PHPackages                             artkost/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. [Templating &amp; Views](/categories/templating)
4. /
5. artkost/yii2-trumbowyg

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

artkost/yii2-trumbowyg
======================

The Trumbowyg WYSIWYG Editor widget for yii2 framework

2.18.0(6y ago)2418.3k↓14.3%8[2 issues](https://github.com/artkost/yii2-trumbowyg/issues)MITPHP

Since May 14Pushed 6y ago2 watchersCompare

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

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

The Trumbowyg WYSIWYG Editor widget for Yii 2
=============================================

[](#the-trumbowyg-wysiwyg-editor-widget-for-yii-2)

Wrapper for [Trumbowyg WYSIWYG](http://alex-d.github.io/Trumbowyg/).

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist artkost/yii2-trumbowyg "@stable"

```

or add

```
"artkost/yii2-trumbowyg": "@stable"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code:

### Use as widget

[](#use-as-widget)

```
echo \artkost\yii2\trumbowyg\Trumbowyg::widget([
    'name' => 'myname',
    'settings' => [
        'lang' => 'ru'
    ]
]);
```

### Use as ActiveForm widget

[](#use-as-activeform-widget)

```
use artkost\yii2\trumbowyg\Trumbowyg;

echo $form->field($model, 'content')->widget(Trumbowyg::className(), [
    'settings' => [
        'lang' => 'ru'
    ]
]);
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~268 days

Total

4

Last Release

2486d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/441cca4d09df63db37a2aaa99f6481d67b62f0cb208031f3b38fbc8e2c7ff66b?d=identicon)[JiLiZART](/maintainers/JiLiZART)

---

Top Contributors

[![JiLiZART](https://avatars.githubusercontent.com/u/62051?v=4)](https://github.com/JiLiZART "JiLiZART (16 commits)")[![papajojo](https://avatars.githubusercontent.com/u/6762609?v=4)](https://github.com/papajojo "papajojo (3 commits)")[![t3mnikov](https://avatars.githubusercontent.com/u/11781965?v=4)](https://github.com/t3mnikov "t3mnikov (1 commits)")

---

Tags

phptrumbowygtrumbowyg-wysiwygwidgetyii2yii2widgetwysiwygyii 2trumbowyg

### Embed Badge

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

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

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

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

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

1691.6k8](/packages/marqu3s-yii2-summernote)

PHPackages © 2026

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