PHPackages                             suncky/yii-ueditor - 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. suncky/yii-ueditor

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

suncky/yii-ueditor
==================

Yii2 extension widget

1.0.0(9y ago)01GPL2.0PHPPHP &gt;=5.5.0

Since Nov 16Pushed 9y agoCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

介绍
==

[](#介绍)

该扩展基于Yii2.0, Choate\\ueditor-ext编写而成

安装
==

[](#安装)

配置config文件路径
------------

[](#配置config文件路径)

首先配置UEditor的配置文件

```
return [
    'components' => [
        'assetManager' => [
            'assetMap' => [
                'ueditor.config.js' => '@web/js/ueditor.config.js', // 具体的存放路径参照项目定义
            ],
        ],
    ],
];
```

使用
==

[](#使用)

```
$form = ActiveForm::begin();
echo $form->field($model, 'content')->widget(['class' => UEditor::className(), 'ueditorAction' => '后端请求,包括上传等']);
$form->end();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3464d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68c9d1111816783043b74a769a45f2b48a8cd95976fc1ee00e32cdbdad9914b4?d=identicon)[suncky](/maintainers/suncky)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/suncky-yii-ueditor/health.svg)

```
[![Health](https://phpackages.com/badges/suncky-yii-ueditor/health.svg)](https://phpackages.com/packages/suncky-yii-ueditor)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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