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

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

klikar3/yii2-tinymce
====================

The TinyMCE Extension for yii framework

1.0.1(1y ago)01MITPHP

Since Jan 15Pushed 1y agoCompare

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

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

klikar3/yii2-tinymce
====================

[](#klikar3yii2-tinymce)

The TinyMCE Extension for yii framework

[![Latest Stable Version](https://camo.githubusercontent.com/f8d3d4280be7662525f6bc912576ffa988ee593b2111de7c684ca78a7886b97a/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6f6e6c616e64736f66742f796969322d74696e796d63652f762f737461626c65)](https://packagist.org/packages/moonlandsoft/yii2-tinymce) [![Total Downloads](https://camo.githubusercontent.com/fb0ae8d85f35352c427874bda3d952210c96e85dd984303c8b118c571eb1a278/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6f6e6c616e64736f66742f796969322d74696e796d63652f646f776e6c6f616473)](https://packagist.org/packages/moonlandsoft/yii2-tinymce) [![Latest Unstable Version](https://camo.githubusercontent.com/346ee70a4b39bc6cda355c64b3f3dcf0a55082173188f93267216da88b6df4e5/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6f6e6c616e64736f66742f796969322d74696e796d63652f762f756e737461626c65)](https://packagist.org/packages/moonlandsoft/yii2-tinymce) [![License](https://camo.githubusercontent.com/3abb7478936aeb1ed3c5caf90d98b9021ff574f571d553bc8457976f509833e0/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6f6e6c616e64736f66742f796969322d74696e796d63652f6c6963656e7365)](https://packagist.org/packages/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 klikar3/yii2-tinymce "*"

```

or add

```
"klikar3/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 klikar3\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

23

—

LowBetter than 27% of packages

Maintenance42

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

481d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73d51a654565d9badb65a2193a45531346f6133679dad6062430973468a87c48?d=identicon)[klikar3](/maintainers/klikar3)

---

Top Contributors

[![klikar3](https://avatars.githubusercontent.com/u/9781027?v=4)](https://github.com/klikar3 "klikar3 (6 commits)")

---

Tags

textyii2extensioneditortinymcewyswyg

### Embed Badge

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

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

###  Alternatives

[jodit/yii2-jodit

Jodit - awesome WYSIWYG Editor like widget for Yii2

1621.5k](/packages/jodit-yii2-jodit)[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)
