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

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

aik27/yii2-ckeditor
===================

Yii2 CKEditor

1.0.7(5y ago)015BSD-3-ClauseJavaScript

Since Oct 15Pushed 5y agoCompare

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

READMEChangelog (6)Dependencies (1)Versions (10)Used By (0)

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

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

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

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

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

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

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

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

```

или добавить

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

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

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

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

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity69

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

Recently: every ~1 days

Total

8

Last Release

1863d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b35bd841879b9c1d030bdf263e870b9c24a7d2b9bd4dff94dba930a804602ed?d=identicon)[aik27](/maintainers/aik27)

---

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/aik27-yii2-ckeditor/health.svg)

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