PHPackages                             gholizadeh/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. gholizadeh/yii2-summernote

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

gholizadeh/yii2-summernote
==========================

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap 4

v1.0.0(10y ago)09MITPHP

Since Mar 25Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (6)Used By (0)

Yii2 Summernote widget. Summernote 0.8.0 &amp; bootstrap 4
==========================================================

[](#yii2-summernote-widget-summernote-080--bootstrap-4)

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

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

[](#installation)

### Composer

[](#composer)

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

Either run

```
php composer.phar require gholizadeh/yii2-summernote "dev-master"

```

or add

```
"gholizadeh/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)

[Saeed Gholizadeh](https://github.com/gholizadeh/)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 58.1% 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 ~165 days

Total

5

Last Release

3771d ago

Major Versions

0.0.5 → v1.0.02016-01-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b21bb082d470ac8f82e8514fe331e6b3e519dd406a48655c70b908062342618?d=identicon)[gholizadeh](/maintainers/gholizadeh)

---

Top Contributors

[![marqu3s](https://avatars.githubusercontent.com/u/2284983?v=4)](https://github.com/marqu3s "marqu3s (25 commits)")[![zelenin](https://avatars.githubusercontent.com/u/1427885?v=4)](https://github.com/zelenin "zelenin (17 commits)")[![siamskoi](https://avatars.githubusercontent.com/u/10303702?v=4)](https://github.com/siamskoi "siamskoi (1 commits)")

---

Tags

yii2widgetwysiwygsummernote

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/gholizadeh-yii2-summernote/health.svg)](https://phpackages.com/packages/gholizadeh-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)
