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

ActiveYii2-extension

sangroya/yii2-ckeditor5
=======================

CKEditor for Yii

0.1.1(5y ago)18.2k↑20%1[1 issues](https://github.com/sangroya/yii2-ckeditor5/issues)MITPHP

Since Dec 29Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (4)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-ckeditor5": "*"

```

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\ckeditor5\CKEditor;
