PHPackages                             letyii/yii2-tinymce - 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. letyii/yii2-tinymce

ActiveLibrary

letyii/yii2-tinymce
===================

TinyMce for yii2 textarea

1.0(11y ago)840.3k↓50%2[2 issues](https://github.com/letyii/yii2-tinymce/issues)1MITPHPPHP &gt;=5.4

Since May 12Pushed 10y ago6 watchersCompare

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

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

Yii2-tinymce is extention for Yii Framework 2.0
===============================================

[](#yii2-tinymce-is-extention-for-yii-framework-20)

Renders a [TinyMCE WYSIWYG text editor plugin](http://www.tinymce.com/) widget.

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

[](#installation)

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

Either run

```
php composer.phar require "letyii/yii2-tinymce" "*"

```

or add

```
"letyii/yii2-tinymce": "*"
```

to the require section of your application's `composer.json` file.

Usage Example
-------------

[](#usage-example)

```
$model = Article::findOne(1);
echo $form->field($model, 'content')->widget(letyii\tinymce\Tinymce::className(), [
    'options' => [
        'class' => 'your_class',
    ],
    'configs' => [ // Read more: http://www.tinymce.com/wiki.php/Configuration
        'link_list' => [
            [
                'title' => 'My page 1',
                'value' => 'http://www.tinymce.com',
            ],
            [
                'title' => 'My page 2',
                'value' => 'http://www.tinymce.com',
            ],
        ],
    ],
]);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

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

4025d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ffd371a8938ce4a99cb7f98a1ad3f31d8cfe51b1935d08d4fd6e6da06673b55?d=identicon)[nguago](/maintainers/nguago)

---

Top Contributors

[![nguago](https://avatars.githubusercontent.com/u/328687?v=4)](https://github.com/nguago "nguago (28 commits)")

---

Tags

yii2tinymce

### Embed Badge

![Health badge](/badges/letyii-yii2-tinymce/health.svg)

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

###  Alternatives

[zxbodya/yii2-tinymce

Yii2 extension to use TinyMce with Compressor and FileManager

1732.1k3](/packages/zxbodya-yii2-tinymce)

PHPackages © 2026

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