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

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

skyclasher/yii2-summernote
==========================

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

01PHP

Since Jan 15Pushed 3y agoCompare

[ Source](https://github.com/skyclasher/yii2-summernote)[ Packagist](https://packagist.org/packages/skyclasher/yii2-summernote)[ RSS](/packages/skyclasher-yii2-summernote/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Summernote widget. Summernote 0.8.0
========================================

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

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

```

or add

```
"skyclasher/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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8de94e3c7f81611270cd4e474dc67495160da60e9a70815421a497711c7edf63?d=identicon)[skyclasher](/maintainers/skyclasher)

---

Top Contributors

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

---

Tags

summernotesummernote-lite

### Embed Badge

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

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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