PHPackages                             zertex/yii2-zx-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. [Templating &amp; Views](/categories/templating)
4. /
5. zertex/yii2-zx-ckeditor

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

zertex/yii2-zx-ckeditor
=======================

CKEditor for Yii2.

1.0.0(9y ago)113BSD-3-ClausePHP

Since Mar 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zertex/yii2-zx-ckeditor)[ Packagist](https://packagist.org/packages/zertex/yii2-zx-ckeditor)[ Docs](http://zertex.ru)[ RSS](/packages/zertex-yii2-zx-ckeditor/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

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

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

CKEditor — WYSIWYG editor for web sites.

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

[](#installation)

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

Either run

```
composer require zertex/yii2-zx-ckeditor "dev-master"

```

or add

```
"zertex/yii2-zx-ckeditor" : "dev-master"
```

to the require section of your application's `composer.json` file.

Usage
-----

[](#usage)

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

CKEditor::widget([
    'editorOptions' => [
        'preset' => 'full', // basic, standard, full - feature not required
        'inline' => false, // false by default
    ]
]);

## ActiveForm

echo $form->field($post, 'content')->widget(CKEditor::className(),[
    'editorOptions' => [
        'preset' => 'full',
        'inline' => false,
    ],
]);
```

Links
-----

[](#links)

CKEditor Api - CKEditor examples -

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

3399d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5937099?v=4)[Error202](/maintainers/Error202)[@error202](https://github.com/error202)

---

Tags

yii2extensionyiiwysiwygCKEditoryii 2zertex

### Embed Badge

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

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

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

2401.0M40](/packages/vova07-yii2-imperavi-widget)[zxbodya/yii2-tinymce

Yii2 extension to use TinyMce with Compressor and FileManager

1732.4k3](/packages/zxbodya-yii2-tinymce)

PHPackages © 2026

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