PHPackages                             maiconpinto/summernote-editor - 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. maiconpinto/summernote-editor

ActiveCakephp-plugin

maiconpinto/summernote-editor
=============================

Summernote Editor plugin for CakePHP

0.0.1(8y ago)0531JavaScriptPHP &gt;=5.5.9

Since Aug 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/maiconpinto/summernote-editor)[ Packagist](https://packagist.org/packages/maiconpinto/summernote-editor)[ RSS](/packages/maiconpinto-summernote-editor/feed)WikiDiscussions master Synced today

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

Summernote Editor plugin for CakePHP
====================================

[](#summernote-editor-plugin-for-cakephp)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require maiconpinto/summernote-editor

```

### Enable Plugin

[](#enable-plugin)

```
// config/bootstrap.php

Plugin::load('SummernoteEditor', ['routes' => true]);
```

How to use
----------

[](#how-to-use)

```
// src/Template/Example/add.ctp OR
// src/Template/Example/edit.ctp

    //echo $this->Form->create($example)
    // [...]
    //echo $this->Form->input('description', ['class' => 'summernote']);
    // OR
    //echo $this->Form->control('description', ['class' => 'summernote']);
    // [...]
    //$this->Form->end();

    echo $this->element('SummernoteEditor.summernote-editor');
```

If you already require jquery and bootstrap
-------------------------------------------

[](#if-you-already-require-jquery-and-bootstrap)

```
echo $this->element('SummernoteEditor.summernote-editor', ['jquery' => false, 'bootstrap' => false]);
```

If you want use minimum layout (to test)
----------------------------------------

[](#if-you-want-use-minimum-layout-to-test)

```
echo $this->element('SummernoteEditor.summernote-editor', ['layout' => true]);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

3191d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94eb2a3f51b6c331f083fc13d066cd8645b5cc9eddb96803e20b9b910a7dd733?d=identicon)[maiconpinto](/maintainers/maiconpinto)

---

Top Contributors

[![maiconpinto](https://avatars.githubusercontent.com/u/1476940?v=4)](https://github.com/maiconpinto "maiconpinto (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M157](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M26](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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