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)018.7k↓66.8%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 2d 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 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2081d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[laravel/cashier

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

2.6k29.9M146](/packages/laravel-cashier)[laravel/pulse

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

1.7k15.1M131](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)

PHPackages © 2026

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