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

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

maybeworks/yii2-tinymce
=======================

TinyMCE widget for Yii PHP framework 2.0

41.3kJavaScript

Since Jun 17Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#yii2-tinymce)

[TinyMCE WYSIWYG text editor plugin](http://www.tinymce.com/) widget for Yii PHP framework 2.0

Features:
---------

[](#features)

- TinyMCE always the latest version, because loaded from the bower-asset/tinymce
- Automatically download the language file based on the current localization settings Yii
- Simple addition of their plug-ins and skins
- Correct client validation
- Other facilities

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

[](#installation)

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

Either run

```
php composer.phar require "maybeworks/yii2-tinymce" "*"

```

or add

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

to the require section of your application's `composer.json` file.

Usage
-----

[](#usage)

Basic usage

```
use maybeworks\tinymce\TinyMceWidget;

```

Editor config

```
use maybeworks\tinymce\TinyMceWidget;
