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

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

zhangvoice/ueditor
==================

this is a Ueditor

3112

Since Jun 7Compare

[ Source](https://github.com/zhangvoice/Ueditor)[ Packagist](https://packagist.org/packages/zhangvoice/ueditor)[ RSS](/packages/zhangvoice-ueditor/feed)WikiDiscussions Synced today

READMEChangelog (2)DependenciesVersions (1)Used By (0)

停止维护，请慎用。

Ueditor
=======

[](#ueditor)

this is a ueditor

安装
--

[](#安装)

> composer require "zhangvoice/ueditor:dev-master"

删除
--

[](#删除)

> composer remove zhangvoice/ueditor

更新
--

[](#更新)

> composer update zhangvoice/ueditor

使用
--

[](#使用)

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

```

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

```

视图
--

[](#视图)

```

    $(function(){
        var ue = UE.getEditor('container',{
            serverUrl :'{:url('模块/控制器/ueditor')}'
        });
    })

```

上传目录
----

[](#上传目录)

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

目前仅支持TP5,不支持SAE平台。

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

[](#ueditorzip)

ueditor 1.4.3.3 版本 ,解压拷贝至静态资源存放目录

```

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/20501219?v=4)[zhangvoice](/maintainers/zhangvoice)[@zhangvoice](https://github.com/zhangvoice)

### Embed Badge

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

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

PHPackages © 2026

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