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

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

mihaildev/yii2-ckeditor
=======================

Yii2 CKEditor

1.0.1(11y ago)118552.5k—3.4%68[16 issues](https://github.com/MihailDev/yii2-ckeditor/issues)[1 PRs](https://github.com/MihailDev/yii2-ckeditor/pulls)20BSD-3-ClauseCSS

Since Oct 15Pushed 7y ago17 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (20)

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

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

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

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

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

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

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

```
php composer.phar require --prefer-dist mihaildev/yii2-ckeditor "*"

```

или добавить

```
"mihaildev/yii2-ckeditor": "*"
```

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

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

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

```
use mihaildev\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

44

—

FairBetter than 92% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity54

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity64

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 ~35 days

Total

2

Last Release

4198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/599ba5cbc42df51994f967acfe194cf171160e0b4489e0a0a53aa90206168f42?d=identicon)[mihaildev](/maintainers/mihaildev)

---

Top Contributors

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

---

Tags

yiieditorwysiwygCKEditor

### Embed Badge

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

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

###  Alternatives

[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)[bizley/quill

Quill editor implementation for Yii 2.

64133.3k5](/packages/bizley-quill)

PHPackages © 2026

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