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

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

asofter/yii2-imperavi-redactor
==============================

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

0.0.3(10y ago)87799.1k—0.9%51[9 issues](https://github.com/asofter/yii2-imperavi-redactor/issues)[2 PRs](https://github.com/asofter/yii2-imperavi-redactor/pulls)14BSD-3-ClauseJavaScript

Since Oct 2Pushed 4y ago10 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (14)

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
	'attribute' => 'my_input_name',

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

Using ActiveForm

```
use yii\imperavi\Widget;
use yii\widgets\ActiveForm;

$form = ActiveForm::begin();

echo $form->field($model, 'my_field')->widget(Widget::classname(), 'options' => []);
```

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

42

—

FairBetter than 90% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity53

Moderate usage in the ecosystem

Community36

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.5% 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 ~102 days

Total

2

Last Release

3779d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86784879651a0b34a9c02f67baf647696322b444807213edd5cdbbe6f2fe51ee?d=identicon)[asofter](/maintainers/asofter)

---

Top Contributors

[![asofter](https://avatars.githubusercontent.com/u/1751809?v=4)](https://github.com/asofter "asofter (55 commits)")[![alfredleo](https://avatars.githubusercontent.com/u/4072844?v=4)](https://github.com/alfredleo "alfredleo (5 commits)")[![sleptor](https://avatars.githubusercontent.com/u/1132612?v=4)](https://github.com/sleptor "sleptor (2 commits)")[![AjithLalps](https://avatars.githubusercontent.com/u/18158025?v=4)](https://github.com/AjithLalps "AjithLalps (2 commits)")[![hamrak](https://avatars.githubusercontent.com/u/5807028?v=4)](https://github.com/hamrak "hamrak (2 commits)")[![dasturchiuz](https://avatars.githubusercontent.com/u/5771731?v=4)](https://github.com/dasturchiuz "dasturchiuz (2 commits)")[![codewec](https://avatars.githubusercontent.com/u/4204501?v=4)](https://github.com/codewec "codewec (2 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)")[![elaps](https://avatars.githubusercontent.com/u/10044204?v=4)](https://github.com/elaps "elaps (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)")[![kfreiman](https://avatars.githubusercontent.com/u/2056294?v=4)](https://github.com/kfreiman "kfreiman (1 commits)")[![RichWeber](https://avatars.githubusercontent.com/u/1702252?v=4)](https://github.com/RichWeber "RichWeber (1 commits)")[![St1Gz](https://avatars.githubusercontent.com/u/1092433?v=4)](https://github.com/St1Gz "St1Gz (1 commits)")

---

Tags

yiiimperaviimperavi redactor

### Embed Badge

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

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