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. [Utility &amp; Helpers](/categories/utility)
4. /
5. winternet-studio/yii2-tinymce

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

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 yesterday

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 69% 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

2659d ago

Major Versions

1.0.5 → 2.0.02018-06-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3822682?v=4)[winternet](/maintainers/winternet)[@winternet](https://github.com/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

[bizley/contenttools

ContentTools editor implementation for Yii 2.

8017.1k](/packages/bizley-contenttools)

PHPackages © 2026

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