PHPackages                             pzavoli71/yii2-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. [Framework](/categories/framework)
4. /
5. pzavoli71/yii2-redactor

ActiveYii2-extension[Framework](/categories/framework)

pzavoli71/yii2-redactor
=======================

Extension redactor for Yii2 Framework. Update with youtube videos embeds.

021JavaScript

Since Jul 23Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-redactor
=============

[](#yii2-redactor)

Extension redactor for Yii2 Framework.

This is fork from [yiidoc/yii2-redactor](https://github.com/yiidoc/yii2-redactor).

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist pzavoli71/yii2-redactor "*"

```

or

```
 "pzavoli71/yii2-redactor": "*"

```

to the require section of your composer.json.

Configure
---------

[](#configure)

Add to config file (config/web.php or common\\config\\main.php)

```
    'modules' => [
        'redactor' => 'yii\redactor\RedactorModule',
    ],

```

or if you want to change the upload directory. to path/to/uploadfolder default value `@webroot/uploads`

```
    'modules' => [
        'redactor' => [
            'class' => 'yii\redactor\RedactorModule',
            'uploadDir' => '@webroot/path/to/uploadfolder',
            'uploadUrl' => '@web/path/to/uploadfolder',
            'imageAllowExtensions'=>['jpg','png','gif']
        ],
    ],

```

note: You need to create uploads folder and chmod and set security for folder upload reference: [Protect Your Uploads Folder with .htaccess](http://tomolivercv.wordpress.com/2011/07/24/protect-your-uploads-folder-with-htaccess/), [How to Setup Secure Media Uploads](http://digwp.com/2012/09/secure-media-uploads/)

Config view/form

```

```

or not use ActiveField

```

```

or config advanced redactor reference [Docs](http://imperavi.com/redactor/docs/)

```

```

Bummer! i was tested on my project but not have many time to write document on file and usage. If you have problem please create a [issue](https://github.com/bondaf/yii2-redactor/issues)

Thanks!

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/41ba4d1700c6d7db06c97e189d8a25d2983cec9cab0df48a946fb73b004ae552?d=identicon)[pzavoli](/maintainers/pzavoli)

---

Top Contributors

[![zinzinday](https://avatars.githubusercontent.com/u/441560?v=4)](https://github.com/zinzinday "zinzinday (33 commits)")[![bondaf](https://avatars.githubusercontent.com/u/13156838?v=4)](https://github.com/bondaf "bondaf (6 commits)")[![pzavoli71](https://avatars.githubusercontent.com/u/61480658?v=4)](https://github.com/pzavoli71 "pzavoli71 (5 commits)")[![alexantr](https://avatars.githubusercontent.com/u/4941848?v=4)](https://github.com/alexantr "alexantr (2 commits)")[![Alez](https://avatars.githubusercontent.com/u/552143?v=4)](https://github.com/Alez "Alez (2 commits)")[![mklemarczyk](https://avatars.githubusercontent.com/u/2727261?v=4)](https://github.com/mklemarczyk "mklemarczyk (1 commits)")[![halfling-rram](https://avatars.githubusercontent.com/u/7976161?v=4)](https://github.com/halfling-rram "halfling-rram (1 commits)")[![Rjgoolsby](https://avatars.githubusercontent.com/u/10386821?v=4)](https://github.com/Rjgoolsby "Rjgoolsby (1 commits)")[![Alex-Bond](https://avatars.githubusercontent.com/u/1134715?v=4)](https://github.com/Alex-Bond "Alex-Bond (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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