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

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

bobroid/yii2-imperavi-redactor
==============================

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

08JavaScript

Since Mar 4Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![asofter](https://avatars.githubusercontent.com/u/1751809?v=4)](https://github.com/asofter "asofter (55 commits)")[![BoBRoID](https://avatars.githubusercontent.com/u/4145381?v=4)](https://github.com/BoBRoID "BoBRoID (7 commits)")[![alfredleo](https://avatars.githubusercontent.com/u/4072844?v=4)](https://github.com/alfredleo "alfredleo (5 commits)")[![dasturchiuz](https://avatars.githubusercontent.com/u/5771731?v=4)](https://github.com/dasturchiuz "dasturchiuz (2 commits)")[![hamrak](https://avatars.githubusercontent.com/u/5807028?v=4)](https://github.com/hamrak "hamrak (2 commits)")[![AjithLalps](https://avatars.githubusercontent.com/u/18158025?v=4)](https://github.com/AjithLalps "AjithLalps (2 commits)")[![codewec](https://avatars.githubusercontent.com/u/4204501?v=4)](https://github.com/codewec "codewec (2 commits)")[![sleptor](https://avatars.githubusercontent.com/u/1132612?v=4)](https://github.com/sleptor "sleptor (2 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)")[![adamasantares](https://avatars.githubusercontent.com/u/5537618?v=4)](https://github.com/adamasantares "adamasantares (1 commits)")

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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