PHPackages                             navin/exception-notifier - 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. navin/exception-notifier

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

navin/exception-notifier
========================

A beautiful, responsive exception email notification package for Laravel and Lumen applications

v0.0.1(5mo ago)02MITPHPPHP ^7.1|^8.0

Since Jan 19Pushed 5mo agoCompare

[ Source](https://github.com/Navinchinnasamy/exception-notifier)[ Packagist](https://packagist.org/packages/navin/exception-notifier)[ Docs](https://github.com/navin/exception-notifier)[ RSS](/packages/navin-exception-notifier/feed)WikiDiscussions main Synced today

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

Exception Notifier
==================

[](#exception-notifier)

A Laravel/Lumen package for sending email notifications when exceptions occur in your application.

Features
--------

[](#features)

- 📧 Email notifications for exceptions
- 🔄 Exception grouping to prevent spam
- ⏱️ Rate limiting
- 🎨 Beautiful HTML email templates
- 🔧 Configurable for different environments
- 📱 Mobile-friendly email design

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

[](#installation)

```
composer require navin/exception-notifier
```

Configuration
-------------

[](#configuration)

Add to your `.env` file:

```
EXCEPTION_NOTIFIER_ENABLED=true
EXCEPTION_NOTIFIER_TO=admin@example.com
EXCEPTION_NOTIFIER_FROM=no-reply@example.com
EXCEPTION_NOTIFIER_FROM_NAME="Exception Notifier"
EXCEPTION_NOTIFIER_GROUPING=true
APP_NAME=YourAppName
```

Usage
-----

[](#usage)

### Register Exception Handler

[](#register-exception-handler)

In your `app/Exceptions/Handler.php`:

```
public function report(Exception $exception)
{
    if (app()->bound('exception.notifier')) {
        app('exception.notifier')->send($exception, request());
    }

    parent::report($exception);
}
```

### Test Configuration

[](#test-configuration)

```
php artisan exception-notifier:test
```

License
-------

[](#license)

MIT License

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance72

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

164d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17108649?v=4)[Navin](/maintainers/Navinchinnasamy)[@Navinchinnasamy](https://github.com/Navinchinnasamy)

---

Top Contributors

[![Navinchinnasamy](https://avatars.githubusercontent.com/u/17108649?v=4)](https://github.com/Navinchinnasamy "Navinchinnasamy (2 commits)")

---

Tags

laravelemaillumenexceptionnotificationresponsiveerror handling

### Embed Badge

![Health badge](/badges/navin-exception-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/navin-exception-notifier/health.svg)](https://phpackages.com/packages/navin-exception-notifier)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M305](/packages/laravel-horizon)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[jeremykenedy/laravel-exception-notifier

Laravel exception notifier will send an email of of the error along with the stack trace to the chosen recipients.

139278.3k](/packages/jeremykenedy-laravel-exception-notifier)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

65108.9k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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