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

ActiveExtension[Templating &amp; Views](/categories/templating)

stkevich/yii2-ckeditor5
=======================

ckeditor 5 widget for yii2 framework

610.5k↓29.2%11[3 issues](https://github.com/stkevich/yii2-ckeditor5/issues)PHP

Since Sep 19Pushed 6y ago3 watchersCompare

[ Source](https://github.com/stkevich/yii2-ckeditor5)[ Packagist](https://packagist.org/packages/stkevich/yii2-ckeditor5)[ RSS](/packages/stkevich-yii2-ckeditor5/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#yii2-ckeditor-5)

More details about it on site

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

[](#installation)

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

Either run

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

```

or add

```
"stkevich/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 \stkevich\ckeditor5\EditorClassic;
...
$form->field($model, 'fieldName')->widget(EditorClassic::className(), []);
```

You can edit toolbar or uploadUrl:

```
$form->field($model, 'fieldName')->widget(EditorClassic::className(),
    [
        'toolbar' => ['heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote'],
        'uploadUrl' => '/someUpload.php',
    ]
);
```

More info in [guides](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/overview.html)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/31265ebce635714098953a1d27cab8352a469f88c01ddd0a8b3e762c82c8cf12?d=identicon)[stkevich](/maintainers/stkevich)

---

Top Contributors

[![stkevich](https://avatars.githubusercontent.com/u/33120774?v=4)](https://github.com/stkevich "stkevich (3 commits)")

### Embed Badge

![Health badge](/badges/stkevich-yii2-ckeditor5/health.svg)

```
[![Health](https://phpackages.com/badges/stkevich-yii2-ckeditor5/health.svg)](https://phpackages.com/packages/stkevich-yii2-ckeditor5)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[ktquez/laravel-tinymce

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
