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

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

harunmahfud/yii2-ckeditor5
==========================

ckeditor 5 widget for yii2 framework. Forked from https://github.com/stkevich/yii2-ckeditor5

026PHP

Since Aug 25Pushed 6y agoCompare

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

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

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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://avatars.githubusercontent.com/u/16960234?v=4)[Mahfud Harun](/maintainers/harunmahfud)[@harunmahfud](https://github.com/harunmahfud)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

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

1712.2k1](/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)
