PHPackages                             asmoday74/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. [Templating &amp; Views](/categories/templating)
4. /
5. asmoday74/yii2-ckeditor5

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

asmoday74/yii2-ckeditor5
========================

CKEditor 5 WYSIWYG widget for Yii2

1.0.2(6y ago)37.6k↓25%1[1 issues](https://github.com/asmoday74/yii2-ckeditor5/issues)BSD-3-ClausePHP

Since Sep 24Pushed 6y agoCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

YII2 CKEditor 5
===============

[](#yii2-ckeditor-5)

CKEditor 5 WYSIWYG widget for Yii2

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

[](#installation)

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

Either run

```
composer require --prefer-dist asmoday74/yii2-ckeditor5 "*"

```

or add

```
"asmoday74/yii2-ckeditor5": "*"

```

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

Usage
-----

[](#usage)

Examples of using:

```
use asmoday74\ckeditor5\EditorClassic;
...
