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

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

franciscomaya/yii2-sceditor
===========================

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

313.1k↑25.7%1[1 issues](https://github.com/franciscomaya/yii2-sceditor/issues)JavaScript

Since Sep 2Pushed 10y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)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/).

Either run

```
php composer.phar require franciscomaya/yii2-sceditor:dev-master

```

or add

```
"franciscomaya/yii2-sceditor" : "dev-master"

```

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

Usage
-----

[](#usage)

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

```
use franciscomaya\sceditor\SCEditor;
