PHPackages                             langleyfoxall/laravel-authentication-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. langleyfoxall/laravel-authentication-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

langleyfoxall/laravel-authentication-log
========================================

Logs authentication requests

0.2.0(4y ago)08MITPHP

Since May 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/langleyfoxall/laravel-authentication-log)[ Packagist](https://packagist.org/packages/langleyfoxall/laravel-authentication-log)[ RSS](/packages/langleyfoxall-laravel-authentication-log/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (17)Used By (0)

Laravel Authentication Log
==========================

[](#laravel-authentication-log)

Description
-----------

[](#description)

A package to listen for various Authenticatable events and log them in a database

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

[](#installation)

To install, enter the following inside the terminal within your working directory:

`composer require langleyfoxall/laravel-authentication-log`

Once the package has been installed, run your migrations and ensure to use the trait HasAuthenticatable in all models to be logged.

All events are logged within the authentication\_log\_records table.

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

[](#configuration)

Within the `auth-log.php` config file, you may specfiy what you would like to log. You may change:

- Events to log, by commenting out the unwanted events,
- Credentials to not be logged, by adding the fields within `credentialsToOmit`,
- Fields to not be logged, by adding the fields within `fieldsToOmit`,
- Accepted Guards, by adding the specified guards within `acceptedGuards`

Commands
--------

[](#commands)

`php artisan laravel-authentication-log:showlog`

This command will display the data stored in the Authentication Log Records table

Features
--------

[](#features)

This package can log the following:

- Successful Logins
- Failed Logins
- Successful Logouts
- Password Resets
- Lockouts
- Registering New Users

Features can be configured through `config/auth-log.php`.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Total

2

Last Release

1504d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18738623?v=4)[Codebased Ltd](/maintainers/langleyfoxall)[@langleyfoxall](https://github.com/langleyfoxall)

---

Top Contributors

[![warren-lf](https://avatars.githubusercontent.com/u/99646743?v=4)](https://github.com/warren-lf "warren-lf (74 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/langleyfoxall-laravel-authentication-log/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.4k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M274](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M338](/packages/open-telemetry-sdk)

PHPackages © 2026

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