PHPackages                             omcrn/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. omcrn/yii2-imperavi-redactor

ActiveYii2-extension

omcrn/yii2-imperavi-redactor
============================

Imperavi Redactor WYSIWYG widget (OEM-licensed for Yii 2)

0.0.4(8y ago)02541BSD-3-ClauseJavaScript

Since Oct 2Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (4)Used By (1)

Imperavi Redactor 10.2.3 Widget For Yii2
========================================

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

Created for [Experitus](http://experitus.com/)

`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.

Using model

```
yii\imperavi\Widget::widget([
	// You can either use it for model attribute
	'model' => $my_model,
	'attribute' => 'my_field',

	// or just for input field
	'name' => 'my_input_name',

	// Some options, see http://imperavi.com/redactor/docs/
	'options' => [
		'toolbar' => false,
		'css' => 'wym.css',
	],
]);
```

Alternatively you can attach Redactor to already existing DOM element by calling:

```
yii\imperavi\Widget::widget([
	// Some options, see http://imperavi.com/redactor/docs/
	'options' => [],
]);
```

The redactor plugins plugged in with packages of resources.

```
yii\imperavi\Widget::widget([
	'options' => [
		'lang' => 'ru',
	],
	'plugins' => [
		'fullscreen',
		'clips'
	]
]);
```

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

[](#installation)

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

Either run

```
php composer.phar require asofter/yii2-imperavi-redactor "*"

```

or add

```
"asofter/yii2-imperavi-redactor": "*"

```

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79% 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 ~299 days

Total

3

Last Release

3278d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47417401?v=4)[Zura Sekhniashvili](/maintainers/arboshiki)[@arboshiki](https://github.com/arboshiki)

---

Top Contributors

[![asofter](https://avatars.githubusercontent.com/u/1751809?v=4)](https://github.com/asofter "asofter (49 commits)")[![sleptor](https://avatars.githubusercontent.com/u/1132612?v=4)](https://github.com/sleptor "sleptor (2 commits)")[![codewec](https://avatars.githubusercontent.com/u/4204501?v=4)](https://github.com/codewec "codewec (2 commits)")[![hamrak](https://avatars.githubusercontent.com/u/5807028?v=4)](https://github.com/hamrak "hamrak (2 commits)")[![St1Gz](https://avatars.githubusercontent.com/u/1092433?v=4)](https://github.com/St1Gz "St1Gz (1 commits)")[![thecodeholic](https://avatars.githubusercontent.com/u/4627922?v=4)](https://github.com/thecodeholic "thecodeholic (1 commits)")[![adamasantares](https://avatars.githubusercontent.com/u/5537618?v=4)](https://github.com/adamasantares "adamasantares (1 commits)")[![tvdavid](https://avatars.githubusercontent.com/u/8103082?v=4)](https://github.com/tvdavid "tvdavid (1 commits)")[![itzen](https://avatars.githubusercontent.com/u/8614041?v=4)](https://github.com/itzen "itzen (1 commits)")[![kayalion](https://avatars.githubusercontent.com/u/2340819?v=4)](https://github.com/kayalion "kayalion (1 commits)")[![RichWeber](https://avatars.githubusercontent.com/u/1702252?v=4)](https://github.com/RichWeber "RichWeber (1 commits)")

---

Tags

yiiimperaviimperavi redactor

### Embed Badge

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

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

###  Alternatives

[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

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

PHPackages © 2026

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