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

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

leparkour/yii2-ckeditor
=======================

Yii2 CKEditor

1.0.2(4y ago)076BSD-3-ClauseHTML

Since Oct 15Pushed 4y agoCompare

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

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

CKEditor Расширение для Yii 2 ( Добавлен плагин base64image ) Автор расширения MihailDev
========================================================================================

[](#ckeditor-расширение-для-yii-2--добавлен-плагин-base64image--автор-расширения-mihaildev)

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

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

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

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

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

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

```

или добавить

```
"leparkour/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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~1354 days

Total

3

Last Release

1519d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

yiieditorwysiwygCKEditor

### Embed Badge

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

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