PHPackages                             crazycoder/yii2-kindeditor - 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. crazycoder/yii2-kindeditor

ActiveLibrary

crazycoder/yii2-kindeditor
==========================

kindeditor for yii2 textarea

020JavaScript

Since Oct 29Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-kindeditor is extention for Yii Framework 2.0
==================================================

[](#yii2-kindeditor-is-extention-for-yii-framework-20)

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

[](#installation)

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

Either run

```
php composer.phar require "crazycoder/yii2-kindeditor" "dev-master"

```

or add

```
"crazycoder/yii2-kindeditor": "dev-master"
```

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

Usage Example
-------------

[](#usage-example)

```
echo $form->field($model, 'post')->widget(crazycoder\kindeditor\KindEditor::className(), [
    'options' => [

    ],
    'configs' => [
        'width' => '100%',
        'minHeight' => '400px',
        'resizeType' => '1',
    ]
]);
## configs http://kindeditor.net/docs/option.html
```

HighLight Code Example
----------------------

[](#highlight-code-example)

crazycoder\\kindeditor\\LightAsset::register($this);

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![wengeek](https://avatars.githubusercontent.com/u/5528576?v=4)](https://github.com/wengeek "wengeek (2 commits)")

### Embed Badge

![Health badge](/badges/crazycoder-yii2-kindeditor/health.svg)

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

PHPackages © 2026

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