PHPackages                             akkurateio/laravel-auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. akkurateio/laravel-auth

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

akkurateio/laravel-auth
=======================

Auth logic for Akkurate Ecosystem

v0.1.3(5y ago)0621AGPL-3.0-onlyPHP

Since Jan 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/akkurateio/laravel-auth)[ Packagist](https://packagist.org/packages/akkurateio/laravel-auth)[ RSS](/packages/akkurateio-laravel-auth/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelogDependencies (9)Versions (6)Used By (1)

Laravel Auth
============

[](#laravel-auth)

Module for authenticate a user before accessing the application.

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

[](#installation)

This package can be installed through Composer.

```
composer require akkurate/laravel-auth
```

Optionally, you can:

Publish the views with this command:

```
php artisan vendor:publish --provider="Akkurate\LaravelAuth\LaravelAuthServiceProvider" --tag="views"
```

Publish as well the config file with this command:

```
php artisan vendor:publish --provider="Akkurate\LaravelAuth\LaravelAuthServiceProvider" --tag="config"
```

Publish the sass with this command:

```
php artisan vendor:publish --provider="Akkurate\LaravelAuth\LaravelAuthServiceProvider" --tag="sass"
```

Utilisation
-----------

[](#utilisation)

You can customize the email address verification by an insert of this method inside your User model.

```
public function sendEmailVerificationNotification()
{
    $this->notify(new \Akkurate\LaravelAuth\Notifications\VerifyEmailNotification());
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

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

Total

5

Last Release

1945d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1033c0f3d0e9cebe3f9c63c293dbadcf26f46a90c467a8d66ce46621b243579?d=identicon)[camille-badique](/maintainers/camille-badique)

![](https://www.gravatar.com/avatar/2b35bce36f14b032c9ec57d12ff3b4719c02c85b41b0715e0d0279a6ce01dbf2?d=identicon)[dylanduault](/maintainers/dylanduault)

---

Top Contributors

[![cambad](https://avatars.githubusercontent.com/u/48125516?v=4)](https://github.com/cambad "cambad (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/akkurateio-laravel-auth/health.svg)

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

###  Alternatives

[dusterio/lumen-passport

Making Laravel Passport work with Lumen

6511.3M9](/packages/dusterio-lumen-passport)[corbosman/laravel-passport-claims

Add claims to Laravel Passport JWT Tokens

88655.9k](/packages/corbosman-laravel-passport-claims)[smartins/passport-multiauth

Add support to multi-auth on Laravel Passport

285324.2k1](/packages/smartins-passport-multiauth)[coderello/laravel-passport-social-grant

Social Grant for Laravel Passport

179607.4k3](/packages/coderello-laravel-passport-social-grant)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

55342.3k2](/packages/jeremy379-laravel-openid-connect)[adaojunior/passport-social-grant

Social grant for Laravel Passport

116279.2k1](/packages/adaojunior-passport-social-grant)

PHPackages © 2026

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