https://github.com/rappasoft/laravel-authentication-log
Log user authentication details and send new device notifications.
https://github.com/rappasoft/laravel-authentication-log
Last synced: 8 months ago
JSON representation
Log user authentication details and send new device notifications.
- Host: GitHub
- URL: https://github.com/rappasoft/laravel-authentication-log
- Owner: rappasoft
- License: mit
- Created: 2021-09-29T20:40:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T17:03:57.000Z (9 months ago)
- Last Synced: 2025-04-10T12:40:23.792Z (9 months ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 864
- Watchers: 19
- Forks: 104
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

[](https://packagist.org/packages/rappasoft/laravel-authentication-log)
[](https://packagist.org/packages/rappasoft/laravel-authentication-log)
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](https://rappasoft.com/docs/laravel-authentication-log) 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
12.x | 5.x
## Installation
```bash
composer require rappasoft/laravel-authentication-log
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Anthony Rappa](https://github.com/rappasoft)
- [yadahan/laravel-authentication-log](https://github.com/yadahan/laravel-authentication-log)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.