PHPackages                             muhiddingithub/yii2-meditor - 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. muhiddingithub/yii2-meditor

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

muhiddingithub/yii2-meditor
===========================

Yii2 publish editor using froala jquery

1.0(8y ago)020MITJavaScript

Since Oct 26Pushed 8y agoCompare

[ Source](https://github.com/muhiddingithub/yii2-meditor)[ Packagist](https://packagist.org/packages/muhiddingithub/yii2-meditor)[ RSS](/packages/muhiddingithub-yii2-meditor/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

yii2-meditor
============

[](#yii2-meditor)

Yii2 publish editor using froala jquery

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require muhiddingithub/yii2-meditor "dev-master"

```

or add

```
"muhiddingithub/yii2-meditor": "dev-master"

```

to the require section of your `composer.json` file.

[Jquery source](https://www.froala.com/wysiwyg-editor)

Usage
-----

[](#usage)

with ActiveForm

```
$form->field($model, 'body')->widget(\muhiddin\meditor\FroalaEditor::className(), [
        'options' => [
            'height' => '400px',
            'imageManagerPageSize' => 2
        ]
    ])

```

Simple Usage
------------

[](#simple-usage)

```
echo \muhiddin\meditor\FroalaEditor::widget([
        'name'=>'name',
        'value'=>'',
        'form'=>$form,// if has $form ActiveForm, else not set
        'model'=>$model, // if has $model extend Model, else not set
        'options' => [
            'height' => '400px',
            'imageManagerPageSize' => 2
        ]
    ])

```

config
------

[](#config)

```
'components' => [
  ...
    'modules'=>[
      ...
      'meditor' => [
            'class' => 'muhiddin\meditor\Module',
        ]
      ...
    ]
  ...
  ]

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13f63f5384f8047aa00894a3120cbe0dba56a789e9bc5f055f8178ac6eb400cc?d=identicon)[mjumaniyazoff](/maintainers/mjumaniyazoff)

---

Top Contributors

[![muhiddingithub](https://avatars.githubusercontent.com/u/11289028?v=4)](https://github.com/muhiddingithub "muhiddingithub (6 commits)")

---

Tags

jqueryyii2extensionwidgeteditorfroalawysiwyg editormuhiddinmeditor

### Embed Badge

![Health badge](/badges/muhiddingithub-yii2-meditor/health.svg)

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

###  Alternatives

[kartik-v/yii2-widget-typeahead

Enhanced Yii2 wrapper for the Twitter Typeahead plugin (sub repo split from yii2-widgets).

454.8M9](/packages/kartik-v-yii2-widget-typeahead)[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

444.1M8](/packages/kartik-v-yii2-widget-rating)[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

324.8M10](/packages/kartik-v-yii2-widget-colorinput)[kartik-v/yii2-widget-spinner

A widget to render animated CSS3 loading spinners with VML fallback for IE (sub repo split from yii2-widgets)

283.9M3](/packages/kartik-v-yii2-widget-spinner)[kartik-v/yii2-widget-affix

A scrollspy and affixed enhanced navigation to highlight page sections (sub repo split from yii2-widgets)

153.8M3](/packages/kartik-v-yii2-widget-affix)[kartik-v/yii2-sortable-input

Sortable input widget based on yii2-sortable extension.

24660.4k2](/packages/kartik-v-yii2-sortable-input)

PHPackages © 2026

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