PHPackages                             sahilr2050/yii2-redactor-s3 - 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. sahilr2050/yii2-redactor-s3

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

sahilr2050/yii2-redactor-s3
===========================

Extension redactor for Yii2 Framework.

1.2.4(5mo ago)12.9k↑20%[2 issues](https://github.com/sahilr2050/yii2-redactor-s3/issues)BSD-3-ClauseJavaScript

Since Feb 28Pushed 5mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Modifying for own use, Do not use this in your project. I can make a change according to my needs.
--------------------------------------------------------------------------------------------------

[](#modifying-for-own-use-do-not-use-this-in-your-project-i-can-make-a-change-according-to-my-needs)

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

[](#yii2-redactor)

This is a clone and modified version of [Yii2-Redactor](https://github.com/yiidoc/yii2-redactor)

Extension redactor for Yii2 Framework.

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

[](#installation)

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

Either run

```
composer require --prefer-dist sahilr2050/yii2-redactor-s3 "*"

```

or

```
 "sahilr2050/yii2-redactor-s3": "*"

```

to the require section of your composer.json.

Configure
---------

[](#configure)

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

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

```

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

```
    'modules' => [
        'redactor' => [
            'class' => 'Sahilr2050\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/sahilr2050/yii2-redactor-s3/issues)

Thanks!

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance51

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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 ~337 days

Total

4

Last Release

165d ago

### Community

Maintainers

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

---

Top Contributors

[![sahilr2050](https://avatars.githubusercontent.com/u/10128422?v=4)](https://github.com/sahilr2050 "sahilr2050 (12 commits)")

---

Tags

yii2extensionwysiwygRedactorimperavihtml editor

### Embed Badge

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

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

###  Alternatives

[yiidoc/yii2-redactor

Extension redactor for Yii2 Framework.

191618.8k47](/packages/yiidoc-yii2-redactor)[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

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

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[jodit/yii2-jodit

Jodit - awesome WYSIWYG Editor like widget for Yii2

1621.5k](/packages/jodit-yii2-jodit)

PHPackages © 2026

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