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

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

ofion-nn/yii2-ckeditor
======================

Yii2 CKEditor

2(11y ago)07BSD-3-ClauseHTML

Since Oct 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ofion-nn/yii2-ckeditor)[ Packagist](https://packagist.org/packages/ofion-nn/yii2-ckeditor)[ Docs](https://github.com/MihailDev/yii2-ckeditor)[ RSS](/packages/ofion-nn-yii2-ckeditor/feed)WikiDiscussions master Synced yesterday

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

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 84.2% 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 ~12 days

Total

4

Last Release

4192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cb3d0d6b10f129ba9d81b739c7a602f6c6772793068c620e4f836291e62e1a5?d=identicon)[ofion-nn](/maintainers/ofion-nn)

---

Top Contributors

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

---

Tags

yiieditorwysiwygCKEditor

### Embed Badge

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

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

###  Alternatives

[mihaildev/yii2-ckeditor

Yii2 CKEditor

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

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)[techguy/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

1113.5k](/packages/techguy-laravel-ckeditor)

PHPackages © 2026

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