PHPackages                             dannymcc/laravel-redirection - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dannymcc/laravel-redirection

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dannymcc/laravel-redirection
============================

Redirect pages.

1.0.0(9y ago)027MITPHPPHP ^7.0

Since Jun 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Danny-mcc/Laravel-Redirection)[ Packagist](https://packagist.org/packages/dannymcc/laravel-redirection)[ RSS](/packages/dannymcc-laravel-redirection/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel Redirection
===================

[](#laravel-redirection)

A package for handling redirects via a database.

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

[](#installation)

You can install the package via composer:

```
composer require dannymcc/laravel-redirection
```

Next add the service provider to config/app.php:

```
// config/app.php
'providers' => [
    ...
    Dannymcc\Redirection\RedirectionServiceProvider::class,
];
```

Optional, publish the config file:

```
php artisan vendor:publish --provider="Dannymcc\LaravelRedirection\RedirectionServiceProvider"
```

Usage
-----

[](#usage)

```
Redirect::create([
    'from_url'      => '/from-here',
    'to_url'        => '/to-here,
    'status_code'   => 302
]);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3311d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5451992?v=4)[Dan McConaghey](/maintainers/Danny-mcc)[@Danny-mcc](https://github.com/Danny-mcc)

---

Tags

laravelredirectredirection

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dannymcc-laravel-redirection/health.svg)

```
[![Health](https://phpackages.com/badges/dannymcc-laravel-redirection/health.svg)](https://phpackages.com/packages/dannymcc-laravel-redirection)
```

###  Alternatives

[fsasvari/laravel-trailing-slash

The package that adds redirection with trailing slash to Laravel framework.

61169.6k](/packages/fsasvari-laravel-trailing-slash)[behamin/service-proxy

for proxy or sending requests to other services with useful utilities

102.2k](/packages/behamin-service-proxy)

PHPackages © 2026

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