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

ActiveYii2-extension

winternet-studio/yii2-tinymce
=============================

The TinyMCE Extension for yii framework

2.0.10(7y ago)01.7kMITJavaScript

Since Jan 24Pushed 7y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (18)Used By (0)

winternet-studio/yii2-tinymce
=============================

[](#winternet-studioyii2-tinymce)

The TinyMCE Extension for yii framework

Forked from [Kaile/yii2-tinymce](https://github.com/Kaile/yii2-tinymce) who forked it from the original author [moonlandsoft/yii2-tinymce](https://github.com/moonlandsoft/yii2-tinymce)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist winternet-studio/yii2-tinymce "*"

```

or add

```
"winternet-studio/yii2-tinymce": "*"

```

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

Usage
-----

[](#usage)

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

```
use winternet\tinymce\TinyMCE;

echo TinyMCE::widget(['name' => 'text-content']);

$form->field($model, 'attribute')->widget(TinyMCE::className());

//toggle to tinyMCE or to textarea

echo TinyMCE::widget(['name' => 'text-content', 'toggle' => ['active' => true]]);

$form->field($model, 'attribute')->widget(TinyMCE::className(), [
	'toggle' => [
		'active' => true,
	]
]);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 76% 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 ~94 days

Recently: every ~28 days

Total

17

Last Release

2610d ago

Major Versions

1.0.5 → 2.0.02018-06-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/d9f1fc794b057a39ce03adf6ac3adab535df3633b7792d0eb064306dff91eafc?d=identicon)[winternet](/maintainers/winternet)

---

Top Contributors

[![winternet-studio](https://avatars.githubusercontent.com/u/5200270?v=4)](https://github.com/winternet-studio "winternet-studio (19 commits)")[![Kaile](https://avatars.githubusercontent.com/u/5454122?v=4)](https://github.com/Kaile "Kaile (6 commits)")

---

Tags

textyii2extensioneditortinymcewyswyg

### Embed Badge

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

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

###  Alternatives

[jodit/yii2-jodit

Jodit - awesome WYSIWYG Editor like widget for Yii2

1621.5k](/packages/jodit-yii2-jodit)[kdn/yii2-json-editor

JSON editor widget (josdejong/jsoneditor) for Yii 2.

22570.0k3](/packages/kdn-yii2-json-editor)[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)
