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

ActiveLibrary[Templating &amp; Views](/categories/templating)

lispa/yii2-tinymce
==================

Yii2 TinyMCE widget

1.0.1(5y ago)061MITJavaScript

Since Apr 17Pushed 5y ago1 watchersCompare

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

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

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;
