aurorawebsoftware / laravel-authentication-log
Log user authentication details and send new device notifications.
Package info
github.com/AuroraWebSoftware/AAuthenticationLog
pkg:composer/aurorawebsoftware/laravel-authentication-log
Fund package maintenance!
v1.0.4
2025-03-21 13:34 UTC
Requires
- php: ^8.2
- illuminate/contracts: ^10.0|^11.0|^12.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^6.0
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.2
- spatie/laravel-ray: ^1.29
- vimeo/psalm: ^4.20
README
Laravel Authentication Log is a package which tracks your user's authentication information such as login/logout time, IP, Browser, Location, etc. as well as sends out notifications via mail, slack, or sms for new devices and failed logins.
Documentation, Installation, and Usage Instructions
See the documentation for detailed installation and usage instructions.
Version Compatibility
| Laravel | Authentication Log |
|---|---|
| 8.x | 1.x |
| 9.x | 2.x |
| 10.x | 3.x |
| 11.x | 4.x |
Installation
composer require aurorawebsoftware/laravel-authentication-log
Testing
composer test