PHPackages                             khuyennv/yii2-ckeditor5-full-ru - 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. khuyennv/yii2-ckeditor5-full-ru

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

khuyennv/yii2-ckeditor5-full-ru
===============================

Полная и русская версия ckeditor5 для yii2

014PHP

Since May 7Pushed 1y agoCompare

[ Source](https://github.com/khuyennv/yii2-ckeditor5-full-ru)[ Packagist](https://packagist.org/packages/khuyennv/yii2-ckeditor5-full-ru)[ RSS](/packages/khuyennv-yii2-ckeditor5-full-ru/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-ckeditor5-full-ru
======================

[](#yii2-ckeditor5-full-ru)

Полная и русская версия ckeditor5 для yii2

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

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

Предпочтительный способ установки этого расширения — через [composer](http://getcomposer.org/download/).

Либо вставьте

```
"khuyennv/yii2-ckeditor5-full-ru": "*"

```

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

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

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

Путь

```
use khuyennv\ckeditor5\CKEditor;

```

Виджет 1

```

```

Виджет 2

```

```

Функции

```
'uploadUrl' => 'site/upload', //this will be the url where you want to ckeditor send the post request with file data

'uploadUrl' => '/someUpload.php',

'value' => 'Text',

'toolbar' => [
   'Sourceediting',
   '|', 'heading',
   '|',
   'bold',
   'italic',
   'link',
   'bulletedList',
   'numberedList',
   'blockQuote',
   '|',
   'indent',
   'outdent',
   '|',
   'imageUpload',
   'insertTable',
   'mediaEmbed',
   'undo',
   'redo',
   'exportPdf',
   'exportWord',
   'fontSize',
   'fontFamily',
   'fontColor',
   'fontBackgroundColor',
   'highlight',
   'imageInsert',
   'alignment',
   'alignment:left',
   'alignment:right',
   'alignment:center',
   'code',
   'removeFormat'
]

```

Прочее

```

```

Конфликт стилей bootstrap5 и ckeditor5 - если поле ckeditor5 находиться в модальном окне bootstrap5 то не работает функция 'link' у ckeditor5. Решение:

```
document.addEventListener("DOMContentLoaded", function() {
  var button = document.querySelector('button[crutch-ckeditor-btn="true"]');

  if (button) {
    button.addEventListener("click", function() {

      var element = document.querySelector('.ck-body-wrapper');
      if(element){
        //element.style.position = 'fixed';
        //element.style.zIndex = 1060;

        var modal = document.querySelector('div[crutch-ckeditor-modal="true"]');
        if(modal){
            modal.appendChild(element);
        }
      }
    });
  }
});

//crutch-ckeditor-btn="true" параметр на кнопку с модальным окном с ckeditor

//crutch-ckeditor-modal="true" параметр на модальное окно с ckeditor

```

Чтобы убрать с поля ckeditor5 логотип нужно скрыть ck-powered-by:

```
.ck.ck-powered-by a {
    display: none !important;
}

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b41da9ecdf7450fc3edf73de7010fb76c585f5bd8e9e652aa6baaf6eeb48a2e?d=identicon)[khuyennv](/maintainers/khuyennv)

---

Top Contributors

[![khuyennv](https://avatars.githubusercontent.com/u/36287759?v=4)](https://github.com/khuyennv "khuyennv (16 commits)")[![nigabrein](https://avatars.githubusercontent.com/u/88084030?v=4)](https://github.com/nigabrein "nigabrein (16 commits)")

### Embed Badge

![Health badge](/badges/khuyennv-yii2-ckeditor5-full-ru/health.svg)

```
[![Health](https://phpackages.com/badges/khuyennv-yii2-ckeditor5-full-ru/health.svg)](https://phpackages.com/packages/khuyennv-yii2-ckeditor5-full-ru)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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