PHPackages                             lubobill1990/yii2-simditor - 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. lubobill1990/yii2-simditor

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

lubobill1990/yii2-simditor
==========================

editor for yii2 framework

v0.0.6(8y ago)063MITJavaScriptPHP &gt;=5.4.0

Since Apr 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lubobill1990/Yii2-simditor)[ Packagist](https://packagist.org/packages/lubobill1990/yii2-simditor)[ RSS](/packages/lubobill1990-yii2-simditor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Install
-------

[](#install)

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

Either run

```
$ php composer.phar require  lubobill1990/yii2-simditor "*"
```

or add

```
"lubobill1990/yii2-simditor": "*"
```

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

Usage
-----

[](#usage)

#### Like a widget

[](#like-a-widget)

```
echo \lubobill1990\yii2\widget\Simditor::widget([
    'clientOptions'=>[
        'toolbarHidden' => false,
        'toolbar' => [//default true
            'title',
            'bold',
            'italic',
            'underline',
            'strikethrough',
            'fontScale'
        ]
    ]
]);
```

#### Like an ActiveForm widget

[](#like-an-activeform-widget)

```
use lubobill1990\yii2\widget\Simditor;
echo $form->field($model, 'content')->widget(Simditor::class,[
    'clientOptions'=>[
        'toolbarHidden'=>false,
        'toolbar'=>[//default true
            'title',
            'bold',
            'italic',
            'underline',
            'strikethrough',
            'fontScale'
        ]
    ]
]);
```

For other options, refer to this website

Claim
-----

[](#claim)

This package is forked from anxu/yii2-simditor

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

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

Every ~143 days

Recently: every ~179 days

Total

6

Last Release

2946d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e95879245eb7a9a7a849445caaf68fe6c8642acd7f13e17945a725fa9487616a?d=identicon)[lubobill1990](/maintainers/lubobill1990)

---

Top Contributors

[![anxu1212](https://avatars.githubusercontent.com/u/13920119?v=4)](https://github.com/anxu1212 "anxu1212 (7 commits)")[![lubobill1990](https://avatars.githubusercontent.com/u/641540?v=4)](https://github.com/lubobill1990 "lubobill1990 (7 commits)")

### Embed Badge

![Health badge](/badges/lubobill1990-yii2-simditor/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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