PHPackages                             r39u1/yii2-redirect - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. r39u1/yii2-redirect

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

r39u1/yii2-redirect
===================

Redirect module for CMF2

1.0.2(6y ago)01BSD-3-ClausePHPPHP &gt;=7.1.0

Since Nov 4Pushed 6y ago1 watchersCompare

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

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

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist r39u1/yii2-redirect "*"

```

or add

```
"r39u1/yii2-redirect": "*"

```

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

Configure
---------

[](#configure)

frontend:

```
'container' => [
        'definitions' => [
            \r39u1\redirect\source\RedirectSourceInterface::class => [
                'class' => \r39u1\redirect\source\CsvRedirectSource::class,
                'csvPath' => '@app/redirect/redirect.csv',
            ]
        ],
    ],

```

...

```
    'modules' => [
        'redirect' => [
            'class' => \r39u1\redirect\Module::class,
        ],
    ],

```

...

```
    'bootstrap' => [
        'redirect',
    ],

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

2381d ago

### Community

Maintainers

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

---

Top Contributors

[![r39u1](https://avatars.githubusercontent.com/u/43748769?v=4)](https://github.com/r39u1 "r39u1 (5 commits)")

### Embed Badge

![Health badge](/badges/r39u1-yii2-redirect/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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