PHPackages                             paulobrandit/yii2-summernotee - 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. paulobrandit/yii2-summernotee

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

paulobrandit/yii2-summernotee
=============================

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

v1.0.0(10y ago)093MITPHP

Since Mar 25Pushed 7y ago1 watchersCompare

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

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

Yii2 Summernote widget. Summernote 0.8.0 (forked by paulobrandit to add support for yii\\bootstrap4\\Bootrstrap
===============================================================================================================

[](#yii2-summernote-widget-summernote-080-forked-by-paulobrandit-to-add-support-for-yiibootstrap4bootrstrap)

[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 marqu3s/yii2-summernote "dev-master"

```

or add

```
"marqu3s/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:

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 53.2% 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

3770d ago

Major Versions

0.0.5 → v1.0.02016-01-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/6975bbb82180853b2d6509e87addaec957a651592df757dcd25a33488ce25e47?d=identicon)[paulobrandit](/maintainers/paulobrandit)

---

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)")[![paulobrandit](https://avatars.githubusercontent.com/u/12700260?v=4)](https://github.com/paulobrandit "paulobrandit (4 commits)")[![siamskoi](https://avatars.githubusercontent.com/u/10303702?v=4)](https://github.com/siamskoi "siamskoi (1 commits)")

---

Tags

yii2widgetwysiwygsummernote

### Embed Badge

![Health badge](/badges/paulobrandit-yii2-summernotee/health.svg)

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

###  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)
