PHPackages                             alex-kish/yii2-redirect-manager - 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. alex-kish/yii2-redirect-manager

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

alex-kish/yii2-redirect-manager
===============================

Yii 2 URL redirect manager

01PHP

Since Jun 12Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 simple redirect manager
=============================

[](#yii-2-simple-redirect-manager)

RedirectManager - if you need to redirect the user from one page to another. Like UrlManager, but redirect.

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this project template that your Web server supports PHP 7.4.

INSTALLATION
------------

[](#installation)

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

```
composer require alex-kish/yii2-redirect-manager:"*"

```

CONFIGURATION
-------------

[](#configuration)

To use this extension, you have to configure the RedirectManager class in your application configuration:

```
return [
    //....
    'bootstrap' => ['redirectManager'],
    //....
    'components' => [
        'redirectManager' => [
            'class' => alexKish\redirectManager\RedirectManager::class,
            'rules' => [
                '/from-1' => '/to-1',
                '/from-2' => '/to-2',
                [
                    'from' => '/from-3',
                    'to' => '/to-3',
                    'statusCode' => alexKish\redirectManager\RedirectRule::REDIRECT_STATUS_CODE_MOVED_TEMPORARILY
                ],
            ],
        ],
    ]
];
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4622b9f345847e924984c3ea5a742d18874adbd9b6df58abfd361e1c4b76b167?d=identicon)[alex-kish](/maintainers/alex-kish)

---

Top Contributors

[![alex-kish](https://avatars.githubusercontent.com/u/6164003?v=4)](https://github.com/alex-kish "alex-kish (5 commits)")

### Embed Badge

![Health badge](/badges/alex-kish-yii2-redirect-manager/health.svg)

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

###  Alternatives

[jolicode/ffi-uuid

Bind libuuid to PHP thanks to FFI

40127.3k](/packages/jolicode-ffi-uuid)[aloko/nova-persian-datepicker

Persian Datepicker for Laravel Nova.

203.5k](/packages/aloko-nova-persian-datepicker)[sdkconsultoria/base

Funciones basicas y auxiliares, para generar una página web rápidamente

161.3k](/packages/sdkconsultoria-base)

PHPackages © 2026

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