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

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

chuzzlik/yii2-ckeditor5
=======================

CKEditor 5 WYSIWYG widget for Yii2

024PHP

Since Apr 2Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (1)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 chuzzlik/yii2-ckeditor5 "*"

```

or add

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

```

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

Usage
-----

[](#usage)

Examples of using:

```
use chuzzlik\ckeditor5\EditorClassic;
...
