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

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

anxu/yii2-simditor
==================

editor for yii2 framework

v0.0.3(10y ago)1201MITPHPPHP &gt;=5.4.0

Since Apr 28Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)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  anxu/yii2-simditor "*"
```

or add

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

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

Usage
-----

[](#usage)

#### Like a widget

[](#like-a-widget)

```
echo \anxu\Yii2Simditor::widget([
    'toolbarSet'=>[
        'toolbarHidden'=>false,
        'toolbar'=>[//default true
            'title',
            'bold',
            'italic',
            'underline',
            'strikethrough',
            'fontScale'
        ]
    ]
]);
```

#### Like an ActiveForm widget

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

```
use anxu\Yii2Simditor;
echo  $form->field($model, 'content')->widget(Yii2Simditor::classname(),[
    'toolbarSet'=>[
        'toolbarHidden'=>false,
        'toolbar'=>[//default true
            'title',
            'bold',
            'italic',
            'underline',
            'strikethrough',
            'fontScale'
        ]
    ]
]);
```

For other options, refer to this website

###  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

Maturity50

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

Every ~3 days

Total

3

Last Release

3660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cc928d4a136fa896226e760d2ed271477ac353a20a4ee930bd44d2608ccaf19?d=identicon)[anxu](/maintainers/anxu)

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/anxu-yii2-simditor/health.svg)](https://phpackages.com/packages/anxu-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)
