PHPackages                             ezadev/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ezadev/summernote

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ezadev/summernote
=================

Summernote extension for ezadev-admin

0.0.1(4y ago)04MITPHPPHP &gt;=7.0.0

Since Aug 21Pushed 4y agoCompare

[ Source](https://github.com/ezadev/summernote)[ Packagist](https://packagist.org/packages/ezadev/summernote)[ Docs](https://github.com/ezadev/summernote)[ RSS](/packages/ezadev-summernote/feed)WikiDiscussions main Synced 1w ago

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

Summernote editor extension for ezadev-admin
============================================

[](#summernote-editor-extension-for-ezadev-admin)

This is a `ezadev-admin` extension that integrates `Summernote` into the `ezadev-admin` form.

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

[](#installation)

```
composer require ezadev/summernote
```

Then

```
php artisan vendor:publish --tag=ezadev-summernote
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
    'extensions' => [

        'summernote' => [

            //Set to false if you want to disable this extension
            'enable' => true,

            // Editor configuration
            'config' => [

            ]
        ]
    ]
```

The configuration of the editor can be found in [Summernote Documentation](https://summernote.org/getting-started/), such as configuration language and height.

```
    'config' => [
        'lang'   => 'en-EN',
        'height' => 500,
    ]
```

Usage
-----

[](#usage)

Use it in the form:

```
$form->summernote('content');
```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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

Unknown

Total

1

Last Release

1731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/258ddf0fad9d93b294524e43669c893c4cf44cabe3088b799cc0bd870fecd3c7?d=identicon)[khairu-aqsara](/maintainers/khairu-aqsara)

---

Tags

extensioneditorezadev-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bizley/contenttools

ContentTools editor implementation for Yii 2.

8016.7k](/packages/bizley-contenttools)

PHPackages © 2026

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