PHPackages                             hbliang/laravel-auth-log - 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. hbliang/laravel-auth-log

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

hbliang/laravel-auth-log
========================

Laravel Auth Log

v0.2.3(5y ago)016.8k↓39.1%MITPHPPHP &gt;=7.0

Since Oct 22Pushed 5y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (10)Versions (7)Used By (0)

Laravel Auth Log
================

[](#laravel-auth-log)

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

[](#installation)

`composer require hbliang/laravel-auth-log`

Configuration
-------------

[](#configuration)

`php artisan vendor:publish --provider="Hbliang\AuthLog\AuthLogServiceProvider"`

Migrate

`php artisan migrate`

Implement the `Authlogable` interface and add `HasAuthLog` trait to your authlogable model.

```
use Hbliang\AuthLog\Contracts\Authlogable;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Hbliang\AuthLog\Traits\HasAuthLog;

class User extends Authenticatable implements Authlogable
{
    use HasAuthLog;
}
```

Usage
-----

[](#usage)

`User::find(1)->authlogs;`

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

6

Last Release

2035d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12814637?v=4)[Ben](/maintainers/hbliang)[@hbliang](https://github.com/hbliang)

---

Top Contributors

[![hbliang](https://avatars.githubusercontent.com/u/12814637?v=4)](https://github.com/hbliang "hbliang (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)

PHPackages © 2026

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