PHPackages                             litvin/redirectmap - 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. litvin/redirectmap

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

litvin/redirectmap
==================

Redirect map for Laravel.

0.0.22(8y ago)1372MITPHP

Since Dec 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/s-litvin/redirectmap)[ Packagist](https://packagist.org/packages/litvin/redirectmap)[ Docs](https://github.com/s-litvin/redirectmap)[ RSS](/packages/litvin-redirectmap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)DependenciesVersions (6)Used By (0)

Redirect map for Laravel
========================

[](#redirect-map-for-laravel)

Package based on decorating exceptions for HttpNotFound. It will redirect to url if it checked in table "redirect\_map".

### Installation

[](#installation)

Redirectmap requires Laravel 5.0.

Install this package through Composer:

```
$ composer require litvin/redirectmap
```

OR manually edit your project's composer.json file to require **litvin/redirectmap**.

```
"require": {
    "litvin/redirectmap": "0.*"
}
```

```
$ composer update
```

Open `config/app.php` and add a new item to the providers array.

```
    'providers' => [
        ...
        Litvin\Redirectmap\ServiceProvider::class,
    ]
```

Publish components. It will be add `config\builder\tb-definitions\redirect_map.php` and migrations.

```
$ php artisan vendor:publish --provider="Litvin\Redirectmap\ServiceProvider" --tag="redirect_map"
```

Apply migrations

```
$ php artisan migrate
```

After that, you need to configurate `\config\builder\admin.php` redirects in admin panel by adding:

```
'menu' => array(
    ...
   array(
        'title' => 'Переадресация',
        'link'  => '/redirect_map',
        'check' => function() {return true;}
        )
    ...
)
```

Verify the deployment by navigating to admin panel and adding redirects.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

2955d ago

### Community

Maintainers

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

---

Top Contributors

[![s-litvin](https://avatars.githubusercontent.com/u/8858650?v=4)](https://github.com/s-litvin "s-litvin (10 commits)")

---

Tags

laravellaravel5redirectmapredirects

### Embed Badge

![Health badge](/badges/litvin-redirectmap/health.svg)

```
[![Health](https://phpackages.com/badges/litvin-redirectmap/health.svg)](https://phpackages.com/packages/litvin-redirectmap)
```

###  Alternatives

[genealabs/nova-telescope

A Laravel Nova tool.

1658.9k](/packages/genealabs-nova-telescope)

PHPackages © 2026

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