PHPackages                             bebetter/exception-alert - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. bebetter/exception-alert

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

bebetter/exception-alert
========================

Laravel 5 alert on exception

12861PHP

Since Apr 18Pushed 10y ago2 watchersCompare

[ Source](https://github.com/deepak-kumar/ExceptionAlert)[ Packagist](https://packagist.org/packages/bebetter/exception-alert)[ RSS](/packages/bebetter-exception-alert/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Exception Alert
===============

[](#exception-alert)

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

[](#installation)

You can install the package through Composer.

```
composer require bebetter/exception-alert
```

You must install this service provider. Make this the very first provider in list.

```
// config/app.php
'providers' => [
    // make this very first provider
    'Bebetter\ExceptionAlert\ServiceProvider',
    //...
];
```

Then publish the config file of the package using artisan.

```
php artisan vendor:publish --provider="Bebetter\ExceptionAlert\ServiceProvider"
```

> And put receiver email to it.

Add to your Exception Handler's (`/app/Exceptions/Handler.php` by default) `report` method these line:

```
//...
public function report(Exception $e)
{
    \ExceptionAlert::send($e);

    //...

    return parent::report($e);
}
//...
```

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](https://github.com/deepak-kumar/ExceptionAlert/blob/master/LICENSE) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/482322eefff9493fbaad86307d5fb997d2bfbae638a78d312ea01f9f677ec34a?d=identicon)[bebetter](/maintainers/bebetter)

---

Top Contributors

[![deepak-kumar](https://avatars.githubusercontent.com/u/635681?v=4)](https://github.com/deepak-kumar "deepak-kumar (7 commits)")[![tripathi-swapnil](https://avatars.githubusercontent.com/u/2109474?v=4)](https://github.com/tripathi-swapnil "tripathi-swapnil (1 commits)")

### Embed Badge

![Health badge](/badges/bebetter-exception-alert/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M261](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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