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

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

vanterbit/yii2-ckeditor
=======================

Yii2 CKEditor - fork from MihailDev/yii2-ckeditor and improvements

1.0.6(5y ago)0658BSD-3-ClauseHTML

Since Oct 15Pushed 5y agoCompare

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

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

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

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

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

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

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

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

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

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

```

или добавить

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

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

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

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

```
use vanterbit\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
    ],
]);

echo $form->field($model, $field)->widget(CKEditor::class, [
    'editorOptions' => mihaildev\elfinder\ElFinder::ckeditorOptions('elfinder',
            ['extraPlugins' => 'youtube,wpmore'],
            [
                'preset' => 'full',
                'height' => 300,
                'language' => $lang,
                'filter' => 'image',
    ]),
])
```

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

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

CKEditor Api -

CKEditor Примеры -

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

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

Recently: every ~91 days

Total

7

Last Release

2052d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5ba20f9fa2ca0022805d98ce1d43087c1d8b542fb099f7ccaa942191e5b0d1b?d=identicon)[vanterbit](/maintainers/vanterbit)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[ogheo/yii2-htmlcompress

Compress HTML output into a single line

20184.4k1](/packages/ogheo-yii2-htmlcompress)[marqu3s/yii2-summernote

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

1691.6k8](/packages/marqu3s-yii2-summernote)[zxbodya/yii2-tinymce

Yii2 extension to use TinyMce with Compressor and FileManager

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

PHPackages © 2026

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