PHPackages                             arifinm/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. arifinm/yii2-ckeditor5

ActiveExtension[Utility &amp; Helpers](/categories/utility)

arifinm/yii2-ckeditor5
======================

ckeditor 5 widget for yii2 framework

1.0.0(6y ago)07MITPHP

Since Apr 30Pushed 6y agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)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 arifinm/yii2-ckeditor5 "*"

```

or add

```
"arifinm/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 \arifinm\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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/131ced7eff9bd028dcf1d2b3ed34d1b82e98e2c06a76014dc4d7e361da411940?d=identicon)[arifinm](/maintainers/arifinm)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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