PHPackages                             sangroya/yii2-ckeditor - 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. sangroya/yii2-ckeditor

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

sangroya/yii2-ckeditor
======================

CKEditor for Yii

12.0kHTML

Since Jul 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sangroya/yii2-ckeditor)[ Packagist](https://packagist.org/packages/sangroya/yii2-ckeditor)[ RSS](/packages/sangroya-yii2-ckeditor/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-ckeditor5
==============

[](#yii2-ckeditor5)

CKEditor for Yii with static build ()

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist sangroya/yii2-ckeditor5 "*"

```

or add

```
"sangroya/yii2-ckeditor": "*"

```

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

Usage
-----

[](#usage)

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

```
use sangroya\ckeditor\CKEditor;
