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 today

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 9% 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://avatars.githubusercontent.com/u/9009000?v=4)[Ahmad Syafiq](/maintainers/skyclasher)[@skyclasher](https://github.com/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

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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