PHPackages                             ekremogul/filament-redirects - 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. ekremogul/filament-redirects

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

ekremogul/filament-redirects
============================

A Filament resource to create and maintain page redirects for your website.

161PHP

Since Jan 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ekremogul/filament-redirects)[ Packagist](https://packagist.org/packages/ekremogul/filament-redirects)[ RSS](/packages/ekremogul-filament-redirects/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Create and Control Page Redirects through Filament
==================================================

[](#create-and-control-page-redirects-through-filament)

A [Filament](https://filamentphp.com/) resource to create and maintain page redirects for your website.

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

[](#installation)

You can install the package via composer:

```
composer require ekremogul/filament-redirects
```

Register the middleware within the `$middleware` middleware group array inside of `App/Http/Kernel.php`

```
protected $middleware = [
        ...
        \Ekremogul\FilamentRedirects\Middleware\RedirectMiddleware::class
    ];
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-redirects-migrations"
php artisan migrate
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.1% 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/0d79ce4282b6e5f201ab8436a1bcc003236d75057cdbb0d8ad73e2b1d9551a44?d=identicon)[ekremogul](/maintainers/ekremogul)

---

Top Contributors

[![KaanTanis](https://avatars.githubusercontent.com/u/64961969?v=4)](https://github.com/KaanTanis "KaanTanis (4 commits)")[![ekremogul](https://avatars.githubusercontent.com/u/4357998?v=4)](https://github.com/ekremogul "ekremogul (3 commits)")

### Embed Badge

![Health badge](/badges/ekremogul-filament-redirects/health.svg)

```
[![Health](https://phpackages.com/badges/ekremogul-filament-redirects/health.svg)](https://phpackages.com/packages/ekremogul-filament-redirects)
```

###  Alternatives

[coldtrick/widget_manager

Manage your widgets

214.3k](/packages/coldtrick-widget-manager)[withinboredom/time

Converting time to units

152.7k1](/packages/withinboredom-time)[thalidzhokov/exchange-rates-cbrf

ExchangeRatesCBRF Class to get exchange rates of the Central Bank of Russia

102.7k](/packages/thalidzhokov-exchange-rates-cbrf)

PHPackages © 2026

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