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

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

zhensoft/ueditor
================

zhensoft ueditor for thinkphp5

020JavaScript

Since Jun 6Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

zs-ueditor
==========

[](#zs-ueditor)

The ThinkPHP5.0 ueditor for zhensoft 代码最小化，去掉了不用的工具栏以及百度ueditor 去掉多图上传在线管理等tab，支持图片到阿里云oss 注意把src/helper.php 目录下面的两个函数去掉\_copy放到你的的helper.php里面。

安装
--

[](#安装)

### 一、执行命令安装

[](#一执行命令安装)

安装

```
composer require zhensoft/ueditor   dev-master

```

更新

```
composer update zhensoft/ueditor   dev-master

```

#### 前端调用

[](#前端调用)

> 引用百度编辑器js，把static 目录下面的静态资源手动拷贝到你的静态资源目录，并且正确引入

```

```

> 普通使用案例

```
//###############html代码###############

  商品详情

      {$info.goodwx|default=''}

//###############JS代码###############

  //百度编辑器服务器统一请求接口路径 ，路由定义在\vendor\zhensoft\zs_ueditor\src\helper.php
  window.UEDITOR_CONFIG.serverUrl = "{:url('ueditor/index')}";
  //渲染某个元素为百度富文本编辑器
  cn_ueditor1 = UE.getEditor("container1");

  //获取富文本内容js代码
  var editorcontent1 = cn_ueditor1.getContent();

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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/62fcff62634525b4b61c79eb10e9ec06c576f847dd9da7b1f023c2680792ca9d?d=identicon)[wl2304](/maintainers/wl2304)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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