PHPackages                             iqianfang/yii2-summernote - 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. [Templating &amp; Views](/categories/templating)
4. /
5. iqianfang/yii2-summernote

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

iqianfang/yii2-summernote
=========================

Yii2 Summernote widget. 基于https://github.com/marqu3s/yii2-summernote

1.0.1(8y ago)019MITJavaScript

Since Feb 7Pushed 8y agoCompare

[ Source](https://github.com/iqianfang/yii2-summernote)[ Packagist](https://packagist.org/packages/iqianfang/yii2-summernote)[ Docs](https://github.com/iqianfang/yii2-summernote)[ RSS](/packages/iqianfang-yii2-summernote/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

\#SNPlus Yii2 Summernote widget. Summernote v0.8.7 \[仅适用于SNPlus\]

[Yii2](http://www.yiiframework.com) [Summernote](http://hackerwins.github.io/summernote) widget. Super simple WYSIWYG editor on Bootstrap

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

[](#installation)

### Composer

[](#composer)

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

Either run

```
php composer.phar require iqianfang/yii2-summernote

```

or add

```
"iqianfang/yii2-summernote": "dev-master"

```

to the require section of your composer.json

Usage
-----

[](#usage)

```

```

or

```

```

### Uploading directly to Amazon S3

[](#uploading-directly-to-amazon-s3)

To upload images inserted into the editor to S3, you have to configure a few options.

```

```

Then, in your controller, configure an action as the signEndpoint to sign the POST request that will upload the image.

```
public function actions()
{
   return [
      'sign-aws-request' => [
          'class' => 'common\actions\SignAwsRequestAction',
          'clientPrivateKey' => 'AWS-KEY',
          'clientPrivateSecret' => 'AWS-SECRET',
          'expectedBucketName' => 'BUCKET-NAME',
          'expectedHostName' => 'BUCKET-NAME',
          'expectedMaxSize' => 'MAX-FILE-SIZE'
      ]
   ];
}

```

See [clientOptions](http://hackerwins.github.io/summernote/features.html)

Original Author
---------------

[](#original-author)

[Aleksandr Zelenin](https://github.com/zelenin/), e-mail:

Updates by
----------

[](#updates-by)

[João Marques](https://github.com/marqu3s/), e-mail:

Updates by
----------

[](#updates-by-1)

[iqianfang](https://github.com/iqianfang/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~0 days

Total

2

Last Release

3017d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76065a5c412aaa612830496d21413ed055e229c91e1783a2ea3a35f797f118ef?d=identicon)[sdqianfang](/maintainers/sdqianfang)

---

Top Contributors

[![sdqianfang](https://avatars.githubusercontent.com/u/24370327?v=4)](https://github.com/sdqianfang "sdqianfang (8 commits)")

---

Tags

yii2widgetwysiwygsummernote

### Embed Badge

![Health badge](/badges/iqianfang-yii2-summernote/health.svg)

```
[![Health](https://phpackages.com/badges/iqianfang-yii2-summernote/health.svg)](https://phpackages.com/packages/iqianfang-yii2-summernote)
```

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

243979.7k40](/packages/vova07-yii2-imperavi-widget)[marqu3s/yii2-summernote

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

1691.6k8](/packages/marqu3s-yii2-summernote)[artkost/yii2-trumbowyg

The Trumbowyg WYSIWYG Editor widget for yii2 framework

2418.3k](/packages/artkost-yii2-trumbowyg)[kartik-v/yii2-editors

Editor widgets Yii2 framework. Summernote WYSIWYG editor, Codemirror code editor and PlainText editor for Bootstrap 3.x, 4.x and 5.x.

23300.9k1](/packages/kartik-v-yii2-editors)[raoul2000/yii2-workflow-view

A simple widget to display your workflows

1638.8k20](/packages/raoul2000-yii2-workflow-view)[zxbodya/yii2-tinymce

Yii2 extension to use TinyMce with Compressor and FileManager

1732.1k3](/packages/zxbodya-yii2-tinymce)

PHPackages © 2026

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