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

ActiveLibrary[Framework](/categories/framework)

vis/redirectmap
===============

Redirect map for Laravel.

1.0.6(5y ago)01.4k1MITPHP

Since Dec 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/arturishe21/redirectmap)[ Packagist](https://packagist.org/packages/vis/redirectmap)[ Docs](https://github.com/arturishe21/redirectmap)[ RSS](/packages/vis-redirectmap/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (15)Used By (1)

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 vis/redirectmap
```

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

```
"require": {
    "vis/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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~61 days

Total

14

Last Release

2014d ago

Major Versions

0.0.25 → 1.0.12020-04-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7ffd6192296a7a4be50ef6051026bdcb226401a5114d64dacc16dcaf7fb827?d=identicon)[arturishe](/maintainers/arturishe)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M831](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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