PHPackages                             denoll/editor - 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. denoll/editor

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

denoll/editor
=============

CKEditor widget for Yii2.

1.0(10y ago)022BSD-3-ClauseHTML

Since Aug 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/denoll/editor)[ Packagist](https://packagist.org/packages/denoll/editor)[ Docs](http://yiiwheels.com/extension/ckeditor-widget)[ RSS](/packages/denoll-editor/feed)WikiDiscussions master Synced 1mo ago

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

CKEditor Widget for Yii2
========================

[](#ckeditor-widget-for-yii2)

Renders a [CKEditor WYSIWYG text editor plugin](http://www.ckeditor.com) widget.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require denoll/editor:~1.0

```

or add

```
"denoll/editor" : "~1.0"
```

to the require section of your application's `composer.json` file.

Skins &amp; Plugins
-------------------

[](#skins--plugins)

This widget works with default's `dev-full/stable` branch of CKEditor, with a set of plugins and skins. If you wish to configure a different skins or plugins that the one proposed, you will have to download them separately and configure the widget's `clientOptions` attribute accordingly.

Usage
-----

[](#usage)

The library comes with two widgets: `CKEditor` and `CKEditorInline`. One is for classic edition and the other for inline editing respectively.

Using a model with a basic preset:

```

use denoll\editor\CKEditor;

```

Using inline edition with basic preset:

```

use denoll\editor\CKEditorInline;

    This text can be edited now :)

```

Testing
-------

[](#testing)

To test the extension, is better to clone this repository on your computer. After, go to the extensions folder and do the following (assuming you have `composer` installed on your computer):

```
$ composer install --no-interaction --prefer-source --dev
```

Once all required libraries are installed then do:

```
$ vendor/bin/phpunit
```

Further Information
-------------------

[](#further-information)

Please, check the [CKEditor plugin site](http://www.ckeditor.com) documentation for further information about its configuration options.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The BSD License (BSD). Please see [License File](LICENSE.md) for more information.

>

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3926d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14dd2a8e96accd0bcac94bcaed51c6ec781f761e3ed5b5d697aefdd2c4dbe9d5?d=identicon)[denoll](/maintainers/denoll)

---

Top Contributors

[![denoll](https://avatars.githubusercontent.com/u/7146675?v=4)](https://github.com/denoll "denoll (11 commits)")

---

Tags

yii2extensionwidgetyiiCKEditoryii 2denoll

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/denoll-editor/health.svg)

```
[![Health](https://phpackages.com/badges/denoll-editor/health.svg)](https://phpackages.com/packages/denoll-editor)
```

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

243979.7k40](/packages/vova07-yii2-imperavi-widget)

PHPackages © 2026

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