PHPackages                             lomi525/form-redirect - 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. lomi525/form-redirect

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

lomi525/form-redirect
=====================

form redirect (post redirect)

v1.0.10(9y ago)01.1k↓85.7%PHPPHP &gt;=5.3.0

Since Dec 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MagnetoLv1/form-redirect)[ Packagist](https://packagist.org/packages/lomi525/form-redirect)[ RSS](/packages/lomi525-form-redirect/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Auth
====

[](#auth)

Lomi525 Laravel Form Redirect Package

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

[](#installation)

composer.json repositories setting

```
{
    "type": "vcs",
    "url":  "https://github.com/lomi525/form-redirect.git"
}
```

Install using composer:

```
composer require lomi525/form-redirect
```

Laravel (optional)
------------------

[](#laravel-optional)

Add the service provider in `app/config/app.php`:

```
Lomi525\FormRedirect\FormRedirectServiceProvider::class,
```

And add the Auth alias to `app/config/app.php`:

```
'Auth' => Lomi525\FormRedirect\Facades\UserAuth::class,
```

Basic Usage
-----------

[](#basic-usage)

Start by creating an `Auth` instance (or use the `Auth` Facade if you are using Laravel):

```
use Lomi525\FormRedirect\FormRedirector;

$redirector = new FormRedirector();
```

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~19 days

Total

11

Last Release

3457d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/657e908a3c97e735ac156fd508957acf2b4e696bcda2d70c23058e7be5e96b93?d=identicon)[lomi525](/maintainers/lomi525)

### Embed Badge

![Health badge](/badges/lomi525-form-redirect/health.svg)

```
[![Health](https://phpackages.com/badges/lomi525-form-redirect/health.svg)](https://phpackages.com/packages/lomi525-form-redirect)
```

###  Alternatives

[illuminate/pagination

The Illuminate Pagination package.

12234.6M1.1k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9350.2M312](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.8M410](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.7M146](/packages/illuminate-cookie)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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