PHPackages                             malcolmknott/redirector - 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. malcolmknott/redirector

ActiveLibrary

malcolmknott/redirector
=======================

301 Redirects

v1.0.3(8y ago)027MITHTML

Since Jul 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/MalcolmKnott/redirector)[ Packagist](https://packagist.org/packages/malcolmknott/redirector)[ RSS](/packages/malcolmknott-redirector/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Simple UI for Spatie Laravel Missing Page Redirector
====================================================

[](#simple-ui-for-spatie-laravel-missing-page-redirector)

This composer package is a simple UI for saving page redirects to your database.

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

[](#installation)

Begin by pulling in the package through Composer.

```
composer require malcolmknott/redirector
```

If using Laravel 5, include the service provider within your `config/app.php` file.

```
'providers' => [
    Malcolmknott\Redirector\RedirectorServiceProvider::class,
];
```

If you have a new project, scaffold the basic login and registration views to pull in Boostrap. Or publish the view files to use your own layout.

```
php artisan make:auth
```

Run the migration for the redirects table.

```
php artisan migrate
```

Laravel Missing Page Redirector
-------------------------------

[](#laravel-missing-page-redirector)

Pull in the [Spatie Laravel Missing Page Redirector package](https://github.com/spatie/laravel-missing-page-redirector), follow the install and setup instructions.

Update the "laravel-missing-page-redirector.php" config file with the database redirector class.

```
'redirector' => \Malcolmknott\Redirector\DatabaseRedirector::class,
```

Usage
-----

[](#usage)

Add a route that points to the Redirector Controller, you'll probably want to add some middleware to restrict who can edit your redirects.

```
Route::resource('redirects', '\Malcolmknott\Redirector\RedirectController');
```

Views
-----

[](#views)

Publish the view files to change the format and add your own style.

```
php artisan vendor:publish --provider="Malcolmknott\Redirector\RedirectorServiceProvider" --tag="views"
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

4

Last Release

3231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37aec2d3bf9c380e1b723f0827adf779138fb3a3b72625a3644232a00b6a49d8?d=identicon)[MalcolmKnott](/maintainers/MalcolmKnott)

---

Top Contributors

[![MalcolmKnott](https://avatars.githubusercontent.com/u/3269621?v=4)](https://github.com/MalcolmKnott "MalcolmKnott (6 commits)")

### Embed Badge

![Health badge](/badges/malcolmknott-redirector/health.svg)

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

PHPackages © 2026

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