PHPackages                             zyx/yii2-imperavi-redactor - 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. [Templating &amp; Views](/categories/templating)
4. /
5. zyx/yii2-imperavi-redactor

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

zyx/yii2-imperavi-redactor
==========================

A Yii2 port of original Imperavi Redactor Widget for Yii (yiiext/imperavi-redactor-widget)

10.2.5.1(10y ago)31.8k2[1 issues](https://github.com/SDKiller/yii2-imperavi-redactor/issues)BSD-3-ClauseJavaScript

Since Dec 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SDKiller/yii2-imperavi-redactor)[ Packagist](https://packagist.org/packages/zyx/yii2-imperavi-redactor)[ RSS](/packages/zyx-yii2-imperavi-redactor/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

Imperavi Redactor Widget for Yii2
=================================

[](#imperavi-redactor-widget-for-yii2)

This is a Yii2 port of original [Imperavi Redactor Widget](https://github.com/yiiext/imperavi-redactor-widget) for Yii (yiiext/imperavi-redactor-widget).

`ImperaviRedactorWidget` is a wrapper for [Imperavi Redactor](http://imperavi.com/redactor/), a high quality WYSIWYG editor.

Note that Imperavi Redactor itself is a proprietary commercial copyrighted software but since Yii community bought OEM license you can use it for free with Yii.

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

[](#installation)

```
composer.phar require --prefer-dist zyx/yii2-imperavi-redactor "*"

```

TBD

Usage
-----

[](#usage)

TBD

For more options see [Imperavi Redactor documentation](http://imperavi.com/redactor/docs/)

```
    echo $form->field($model, 'content')->widget(
        Redactor::className(), [
            'options' => [
                'style' => 'height: 300px;'
            ],
            'clientOptions' => [
                'lang'              => 'ru',
                'observeLinks'      => true,
                'convertVideoLinks' => true,
                'autoresize'        => true,
                'placeholder'       => Yii::t('app', 'Redactor placeholder text'),
                'plugins'           => ['table', 'video', 'fontcolor', 'fontfamily', 'fontsize'],
                'buttons'           => ['html', 'formatting', 'bold', 'italic', 'deleted', 'underline', 'horizontalrule',
                                        'alignment', 'unorderedlist', 'orderedlist', 'outdent', 'indent',
                                        , 'link', 'image', 'file'],
                'imageUpload'       => Yii::$app->urlManager->createUrl(['news/upload']),
            ],
        ]
    );

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

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

Every ~42 days

Recently: every ~61 days

Total

8

Last Release

3870d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/99805?v=4)[Luke Andrew](/maintainers/zyx)[@zyx](https://github.com/zyx)

---

Top Contributors

[![SDKiller](https://avatars.githubusercontent.com/u/2150916?v=4)](https://github.com/SDKiller "SDKiller (25 commits)")

---

Tags

yii2wysiwygvisual editorRedactorimperavi

### Embed Badge

![Health badge](/badges/zyx-yii2-imperavi-redactor/health.svg)

```
[![Health](https://phpackages.com/badges/zyx-yii2-imperavi-redactor/health.svg)](https://phpackages.com/packages/zyx-yii2-imperavi-redactor)
```

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

243979.7k40](/packages/vova07-yii2-imperavi-widget)[yiidoc/yii2-redactor

Extension redactor for Yii2 Framework.

191618.8k47](/packages/yiidoc-yii2-redactor)[marqu3s/yii2-summernote

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

1691.6k8](/packages/marqu3s-yii2-summernote)[zxbodya/yii2-tinymce

Yii2 extension to use TinyMce with Compressor and FileManager

1732.1k3](/packages/zxbodya-yii2-tinymce)

PHPackages © 2026

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