PHPackages                             webschool/yii2-ckeditor - 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. webschool/yii2-ckeditor

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

webschool/yii2-ckeditor
=======================

Yii2 CKEditor

v1.0.5.2(8y ago)040BSD-3-ClauseHTML

Since May 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/WebSchool/yii2-ckeditor)[ Packagist](https://packagist.org/packages/webschool/yii2-ckeditor)[ Docs](https://github.com/WebSchool/yii2-ckeditor)[ RSS](/packages/webschool-yii2-ckeditor/feed)WikiDiscussions master Synced 2mo ago

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

CKEditor Extension for Yii 2
============================

[](#ckeditor-extension-for-yii-2)

CKEditor — a free WYSIWYG editor that can be used on web pages.

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

[](#installation)

The easiest way to install this extension is via \[composer\] ().

Either run

```
composer require webschool/yii2-ckeditor

```

or add

```
"webschool/yii2-ckeditor": "^1.*"
```

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

Using
-----

[](#using)

```
use webschool\ckeditor\CKEditor;
use yii\helpers\Html;

CKEditor::widget([
    'editorOptions' => [
        'preset' => 'full', // basic, standard, full
    ]
]);

//или c ActiveForm

echo $form->field($model, 'content')->widget(CKEditor::className(),[
    'editorOptions' => [
        'preset' => 'full', // basic, standard, full
    ],
]);
```

Configuring CkFinder
--------------------

[](#configuring-ckfinder)

If you are using the yii2 advanced package:

In order to use your settings, copy the file "vendor/webschool/yii2-ckeditor/editor/plugins/ckfinder/config.php" to "backend/config/ckfinder/config.php". In "backend/config/ckfinder/config.php", remove all references to the variable "localConfig".

Useful links
------------

[](#useful-links)

CKEditor Api -

CKEditor Примеры -

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

2931d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ffb0263ac7bc01e80fb396711677bb935d7176ff6570607f5463747547f1e9b?d=identicon)[WebSchool](/maintainers/WebSchool)

---

Top Contributors

[![WebSchool](https://avatars.githubusercontent.com/u/6188927?v=4)](https://github.com/WebSchool "WebSchool (14 commits)")

---

Tags

yiieditorwysiwygCKEditor

### Embed Badge

![Health badge](/badges/webschool-yii2-ckeditor/health.svg)

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

###  Alternatives

[mihaildev/yii2-ckeditor

Yii2 CKEditor

118552.5k50](/packages/mihaildev-yii2-ckeditor)[ckeditor/ckeditor

JavaScript WYSIWYG web text editor.

5234.2M76](/packages/ckeditor-ckeditor)[unisharp/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

377762.3k5](/packages/unisharp-laravel-ckeditor)[trsteel/ckeditor-bundle

Symfony bundle for easy integration of the CKEditor WYSIWYG

99630.9k9](/packages/trsteel-ckeditor-bundle)[w8tcha/ckeditor-wordcount-plugin

WordCount Plugin for CKEditor Editor

77470.2k](/packages/w8tcha-ckeditor-wordcount-plugin)[froala/yii2-froala-editor

A beautiful WYSIWYG HTML text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

109229.5k6](/packages/froala-yii2-froala-editor)

PHPackages © 2026

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