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

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

netpc/yii2-ueditor
==================

yii2整合ueditor富文本编辑器

v1.2(5y ago)135MITJavaScript

Since Jul 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/netpc-ken/yii2-ueditor)[ Packagist](https://packagist.org/packages/netpc/yii2-ueditor)[ RSS](/packages/netpc-yii2-ueditor/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Ueditor for Yii2
================

[](#ueditor-for-yii2)

yii2整合ueditor富文本编辑器

基于yii2官方扩展yiisoft/yii2-imagine和UEditor资源包\[1.4.3.3 PHP 版本\] UTF-8版开发

扩展特点：

```
1. 支持修改尺寸
2. 支持文字水印
3. 支持图片水印
4. 支持多图上传

```

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist netpc/yii2-ueditor "*"
composer require --prefer-dist netpc/yii2-ueditor:"dev-master"

```

or add

```
"netpc/yii2-ueditor": "*"

```

to the require section of your `composer.json` file.

Update
------

[](#update)

```
 composer require netpc/yii2-ueditor

```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

前端视图:

```
use netpc\ueditor\UEditor;
