PHPackages                             xiucaiwu/thinkueditor - 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. xiucaiwu/thinkueditor

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

xiucaiwu/thinkueditor
=====================

ThinkPHP定制版Ueditor,要求TP5以上版本

1.0(6y ago)2551MITPHPPHP &gt;=5.4.0

Since Dec 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/xiucaiwu/thinkueditor)[ Packagist](https://packagist.org/packages/xiucaiwu/thinkueditor)[ RSS](/packages/xiucaiwu-thinkueditor/feed)WikiDiscussions master Synced today

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

安装
--

[](#安装)

> composer require "xiucaiwu/thinkueditor"

删除
--

[](#删除)

> composer remove xiucaiwu/thinkueditor

更新
--

[](#更新)

> composer update xiucaiwu/thinkueditor

使用
--

[](#使用)

```
//引入类库
use think\ueditor\Ueditor;

```

```
//添加ueditor方法
public function ueditor()
{
    $data = new Ueditor();
    echo $data->output();
}

```

视图
--

[](#视图)

```

    $(function(){
        var ue = UE.getEditor('container',{
            serverUrl :"{:url('模块/控制器/ueditor')}",   // 调用的上面控制器里的方法
	    initialFrameHeight:450		         // 初始化高度
        });
    })

```

上传目录
----

[](#上传目录)

默认上传至 public/uploads/ueditor 请确认目录存在。

目前仅支持TP5以上版本,不支持SAE平台。

ueditor.zip
-----------

[](#ueditorzip)

ueditor 1.4.3.3 版本 ,解压拷贝至public目录

```

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

2335d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10164759?v=4)[xiucai.me](/maintainers/xiucaiwu)[@xiucaiwu](https://github.com/xiucaiwu)

---

Top Contributors

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

---

Tags

ueditortpueditortp5ueditortp6ueditorueditor for thinkphp

### Embed Badge

![Health badge](/badges/xiucaiwu-thinkueditor/health.svg)

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

###  Alternatives

[codingyu/ueditor

UEditor extension for laravel-admin

6471.6k](/packages/codingyu-ueditor)[ender/laravel-ueditor

A laravel package of ueditor,which is baidu's open source WYSIWYG editor

393.4k](/packages/ender-laravel-ueditor)[weiaibaicai/ueditor

Dcat Admin Extension 百度编辑器

113.9k](/packages/weiaibaicai-ueditor)[snicco/better-wp-hooks

1118.6k2](/packages/snicco-better-wp-hooks)

PHPackages © 2026

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