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

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

yanthink/ueditor
================

百度UEditor服务端

1.0(8y ago)012MITPHPPHP &gt;=5.5.9

Since Jul 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yanthink/ueditor)[ Packagist](https://packagist.org/packages/yanthink/ueditor)[ RSS](/packages/yanthink-ueditor/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

UEditor
=======

[](#ueditor)

百度UEditor服务端

安装
--

[](#安装)

1. 打开终端执行下面命令:

```
composer require yanthink/ueditor
```

2. 打开 `config/app.php` 然后将下面内容添加到 `providers` 数组中:

```
Yanthink\Ueditor\UeditorServiceProvider::class,
```

3. 将下面内容添加到 `config/app.php` 文件的 `aliases` 数组中:

```
'Ueditor' => Yanthink\Ueditor\Facades\Ueditor::class,
```

4. 在终端执行下面命令:

```
php artisan vendor:publish --provider="Yanthink\Ueditor\UeditorServiceProvider"
```

配置Route
-------

[](#配置route)

```
    Route::match(['post', 'get'], 'ueditor/server', [
        'uses' => '\Yanthink\Ueditor\Http\Controllers\UeditorController@init',
    ]);
```

配置Ueditor
---------

[](#配置ueditor)

```
    window.UEDITOR_CONFIG = {
      serverUrl: '/ueditor/server',
      ...,
    }

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

3227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa1f723d6c1ce176fd966a6bc85110553bbfdbb5accc7dcd749434c90353d393?d=identicon)[yanthink](/maintainers/yanthink)

---

Top Contributors

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

---

Tags

laravelueditor

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ender/laravel-ueditor

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

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

PHPackages © 2026

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