PHPackages                             daneeveritt/login-notifications - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. daneeveritt/login-notifications

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

daneeveritt/login-notifications
===============================

Login notifications for Laravel

1.0.0(9y ago)412.8k↓100%1MITPHPPHP ^5.6|^7.0

Since Apr 14Pushed 8y agoCompare

[ Source](https://github.com/DaneEveritt/login-notifications)[ Packagist](https://packagist.org/packages/daneeveritt/login-notifications)[ RSS](/packages/daneeveritt-login-notifications/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Login Notifications
===========================

[](#laravel-login-notifications)

A login notification utility for Laravel projects. Supports Laravel `5.3` and `5.4`. Designed for use with [Pterodactyl Panel](https://github.com/Pterodactyl/Panel) but should work with most Laravel applications.

This package assumes that you have queues setup, as well as support for a database notification.

### Installation

[](#installation)

First install with composer.

```
composer require daneeveritt/login-notifications

```

Then open `config/app.php` and add the povider to the service providers array.

```
'providers' => [
    ...
    DaneEveritt\LoginNotifications\NotificationServiceProvider::class,
],

```

After installation, any login successes or failures will send the user an email.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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

Unknown

Total

1

Last Release

3311d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfc18e4be12d7dcd8328e9234ef8921f9cbfeb457cfea338a097c77b31588a7d?d=identicon)[daneeveritt](/maintainers/daneeveritt)

---

Top Contributors

[![DaneEveritt](https://avatars.githubusercontent.com/u/418376?v=4)](https://github.com/DaneEveritt "DaneEveritt (11 commits)")[![arcdigital](https://avatars.githubusercontent.com/u/551002?v=4)](https://github.com/arcdigital "arcdigital (1 commits)")

---

Tags

laravelemaileventsnotificationslogin

### Embed Badge

![Health badge](/badges/daneeveritt-login-notifications/health.svg)

```
[![Health](https://phpackages.com/badges/daneeveritt-login-notifications/health.svg)](https://phpackages.com/packages/daneeveritt-login-notifications)
```

###  Alternatives

[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[craftpulse/craft-notifications

Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.

551.2k](/packages/craftpulse-craft-notifications)

PHPackages © 2026

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