PHPackages                             proclame/laravel-notify-admin - 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. proclame/laravel-notify-admin

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

proclame/laravel-notify-admin
=============================

An easy helper to notify the admin or webmaster about general events using laravel notification system

v0.1.0(4y ago)04MITPHP

Since Oct 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/proclame/laravel-notify-admin)[ Packagist](https://packagist.org/packages/proclame/laravel-notify-admin)[ RSS](/packages/proclame-laravel-notify-admin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

Notify Admin Helper for Laravel
===============================

[](#notify-admin-helper-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3935e83c9715eaac4a320ae2d99010e44cb501d4f5fd6d83241cb96d88ad6db7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f636c616d652f6c61726176656c2d6e6f746966792d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/proclame/laravel-notify-admin)[![Total Downloads](https://camo.githubusercontent.com/ce1bd4231a315aef7ea07333f7cb212c6246b55ac91c580347e52882217274cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f636c616d652f6c61726176656c2d6e6f746966792d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/proclame/laravel-notify-admin)

An easy helper to notify the admin or webmaster about general events using Laravel's notification system.

Every so often an app can use a little monitoring, and often this is not to a Model (User) that is required int the app to exist.
This helper allows you to define main Notification “routes”, where a notification can be sent.

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

[](#installation)

You can install the package via composer:

```
composer require proclame/laravel-notify-admin
```

You can (optionally) publish the config file with:

```
php artisan vendor:publish --provider="Proclame\LaravelNotifyAdmin\NotifyAdminServiceProvider"
```

This is the contents of the published config file:
You can add options for extra notification channels

```
return [
    'mail' => env('NOTIFY_ADMIN_MAIL'),
    'telegram' => env('NOTIFY_ADMIN_TELEGRAM'),
];
```

Usage
-----

[](#usage)

```
notify_admin(new InvoicePaid($invoice));
```

Testing
-------

[](#testing)

@todo

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

1678d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6558f1cda67ae978dd32f4d737418e362482ea1487150a5335514bece4a2b99a?d=identicon)[proclame](/maintainers/proclame)

---

Top Contributors

[![proclame](https://avatars.githubusercontent.com/u/2464413?v=4)](https://github.com/proclame "proclame (1 commits)")

###  Code Quality

TestsPest

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/proclame-laravel-notify-admin/health.svg)

```
[![Health](https://phpackages.com/badges/proclame-laravel-notify-admin/health.svg)](https://phpackages.com/packages/proclame-laravel-notify-admin)
```

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[illuminate/mail

The Illuminate Mail package.

5910.1M390](/packages/illuminate-mail)

PHPackages © 2026

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