PHPackages                             rikcage/yii2-sceditor - 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. rikcage/yii2-sceditor

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

rikcage/yii2-sceditor
=====================

SCEditor, a lightweight WYSIWYG BBCode &amp; HTML editor extension for Yii 2.0 Framework

0.0.1(7y ago)0408↓87.5%MITJavaScript

Since Dec 11Pushed 7y agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

SCEditor Extension for Yii 2.0 Framework
========================================

[](#sceditor-extension-for-yii-20-framework)

SCEditor, a lightweight WYSIWYG BBCode &amp; HTML editor extension for Yii 2.0 Framework

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

[](#installation)

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

To install, either run

```
$ php composer.phar require rikcage/yii2-sceditor "*"

```

or add

```
"rikcage/yii2-sceditor": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
use rikcage\sceditor\SCEditor;
