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

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

panoroman/yii2-ckeditor
=======================

Yii2 CKEditor

1.0.1(11y ago)023BSD-3-ClauseHTML

Since Oct 15Pushed 4y agoCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

CKEditor Расширение для Yii 2
=============================

[](#ckeditor-расширение-для-yii-2)

CKEditor — свободный WYSIWYG-редактор, который может быть использован на веб-страницах.

Установка
---------

[](#установка)

Удобнее всего установить это расширение через [composer](http://getcomposer.org/download/).

Либо запустить

```
composer require --prefer-dist panoroman/yii2-ckeditor "dev-master"

```

или добавить

```
"panoroman/yii2-ckeditor": "dev-master"
```

в разделе `require` вашего composer.json файла.

Использование
-------------

[](#использование)

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

CKEditor::widget([
    'editorOptions' => [
        'preset' => 'full', //разработанны стандартные настройки basic, standard, full данную возможность не обязательно использовать
        'inline' => false, //по умолчанию false
    ]
]);

//или c ActiveForm

echo $form->field($post, 'content')->widget(CKEditor::className(),[
    'editorOptions' => [
        'preset' => 'full', //разработанны стандартные настройки basic, standard, full данную возможность не обязательно использовать
        'inline' => false, //по умолчанию false
    ],
]);
```

Полезные ссылки
---------------

[](#полезные-ссылки)

CKEditor Api -

CKEditor Примеры -

Файл Менеджер ElFinder -

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~35 days

Total

2

Last Release

4192d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52731621?v=4)[Roman](/maintainers/panoroman)[@panoroman](https://github.com/panoroman)

---

Top Contributors

[![MihailDev](https://avatars.githubusercontent.com/u/2392194?v=4)](https://github.com/MihailDev "MihailDev (16 commits)")[![panoroman](https://avatars.githubusercontent.com/u/52731621?v=4)](https://github.com/panoroman "panoroman (1 commits)")

---

Tags

yiieditorwysiwygCKEditor

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/panoroman-yii2-ckeditor/health.svg)](https://phpackages.com/packages/panoroman-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)
