PHPackages                             specialnote/kinkeditor - 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. specialnote/kinkeditor

ActiveProject[Utility &amp; Helpers](/categories/utility)

specialnote/kinkeditor
======================

KindEditor for Yii2

05PHP

Since May 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/specialnote/kindeditor)[ Packagist](https://packagist.org/packages/specialnote/kinkeditor)[ RSS](/packages/specialnote-kinkeditor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

KindEditor for Yii2
-------------------

[](#kindeditor-for-yii2)

1 下载

1.1 修改项目的composer.json 在 repositories 属性中添加，如下代码，没有repositories属性，则补充添加

```
```
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/specialnote/kindeditor.git"
        }
    ],
```

```

在 require 属性中添加如下代码

```
```
 "specialnote/kinkeditor":"dev-master"
```

```

1.2 使用composer更新依赖

2 使用 2.1 在视图文件中

```

```

2.2 在控制器中

```
  public function actions(){
      return [
          'upload'=>[
              'class' => '\KindEditor\Models\KindEditor',
              'config' => [
                  'save_path' => \Yii::$app->basePath.'/web/upload/',
                  'php_url' => '/upload/',//图片访问地址前部分，url = php_url.$file_name.'.'.$ext
              ]
          ]
      ];
  }
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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/487ee5b1a76ff0c15bad9a1a5da9db51eddfbbe958357d7ffc844e94d69b7aa2?d=identicon)[specialnote](/maintainers/specialnote)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/specialnote-kinkeditor/health.svg)

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

PHPackages © 2026

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