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

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

alexantr/yii2-tinymce
=====================

TinyMCE widget for Yii 2

1.0.0(4y ago)639.3k↓42.6%2[2 issues](https://github.com/alexantr/yii2-tinymce/issues)[1 PRs](https://github.com/alexantr/yii2-tinymce/pulls)2MITPHPCI failing

Since Feb 19Pushed 5mo ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (4)Used By (2)

TinyMCE widget for Yii 2
========================

[](#tinymce-widget-for-yii-2)

This extension renders a [TinyMCE](https://www.tiny.cloud/tinymce/) widget for [Yii framework 2.0](http://www.yiiframework.com).

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

[](#installation)

Install extension through [composer](http://getcomposer.org/):

```
composer require alexantr/yii2-tinymce

```

*Note:* By default, the latest TinyMCE 5 will be installed. But you can install 4.x version manually:

```
composer require "tinymce/tinymce:^4.8"

```

Usage
-----

[](#usage)

The following code in a view file would render a TinyMCE widget:

```
