PHPackages                             rigorbb/laravel-fast-auth-links - 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. rigorbb/laravel-fast-auth-links

ActivePackage

rigorbb/laravel-fast-auth-links
===============================

0.6.2(8y ago)083MITPHP

Since Jan 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Rigorbb/laravel-fast-auth-links)[ Packagist](https://packagist.org/packages/rigorbb/laravel-fast-auth-links)[ RSS](/packages/rigorbb-laravel-fast-auth-links/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (4)Used By (0)

Laravel Fast Auth Links
=======================

[](#laravel-fast-auth-links)

---

A package that allows you to add a special hash that temporarily authorizes the user. Without a database.

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

[](#installation)

Begin by installing this package through Composer.

```
composer require rigorbb/laravel-fast-auth-links
```

Usage
-----

[](#usage)

You can use these helper methods to add a hash to your links

```
auth_link_hourly($link, $user); //add hash with hourly active
auth_link_daily($link, $user); //add hash with daily active
auth_link_monthly($link, $user); //add hash with monthly active
```

And add HandleFastAuthLink::class middleware in your Kernel.php file.

That's all! Now if user goes through this link with a hash and the hash is active, it will be automatically authorized.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

4

Last Release

2951d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/820288a3764cdbeda56028ca4657fb1e8b4db53a0d28714233f86d763b2f1ccc?d=identicon)[rigorbb](/maintainers/rigorbb)

---

Top Contributors

[![narazin](https://avatars.githubusercontent.com/u/5402603?v=4)](https://github.com/narazin "narazin (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rigorbb-laravel-fast-auth-links/health.svg)

```
[![Health](https://phpackages.com/badges/rigorbb-laravel-fast-auth-links/health.svg)](https://phpackages.com/packages/rigorbb-laravel-fast-auth-links)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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