PHPackages                             shamarkellman/auth-logger - 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. shamarkellman/auth-logger

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

shamarkellman/auth-logger
=========================

Log all authentication events performed with an application

1.0.4(5y ago)052MITPHPPHP &gt;=7.0

Since Jan 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ShamarKellman/auth-logger)[ Packagist](https://packagist.org/packages/shamarkellman/auth-logger)[ RSS](/packages/shamarkellman-auth-logger/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (8)Versions (7)Used By (0)

Auth Logger
===========

[](#auth-logger)

Laravel package to log all authentication events.

Requirements
============

[](#requirements)

- PHP &gt;= 7.0
- Laravel &gt;= 5.5

Installation
============

[](#installation)

```
composer require shamarkellman/auth-logger
```

Publish assets

```
php artisan vendor:publish --provider="Shamarkellman\AuthLogger\Providers\AuthLoggerServiceProvider"
```

Run migrations

```
php artisan migrate
```

Usage
=====

[](#usage)

Add Shamarkellman\\AuthLogger\\Traits\\AuthLoggable trait to User Models

```
