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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

open20/yii2-tinymce
===================

Yii2 TinyMCE widget

1.0.1(5y ago)02632MITJavaScript

Since Apr 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/regionelombardia-open20/open2-tinymce)[ Packagist](https://packagist.org/packages/open20/yii2-tinymce)[ RSS](/packages/open20-yii2-tinymce/feed)WikiDiscussions master Synced today

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

yii2-tinymce
============

[](#yii2-tinymce)

Renders a TinyMCE WYSIWYG text editor plugin widget. Inspired by [2amigos/yii2-tinymce-widget](https://github.com/2amigos/yii2-tinymce-widget) extension

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

[](#installation)

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

Either run

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

```

or add

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

```

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

Usage
-----

[](#usage)

In view files:

```
use pendalf89\tinymce\TinyMce;
