PHPackages                             madeitbelgium/laravel-exception-monitor - 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. madeitbelgium/laravel-exception-monitor

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

madeitbelgium/laravel-exception-monitor
=======================================

Laravel exception monitor

1.6.0(5y ago)2371LGPL-3.0-or-laterPHPPHP &gt;=5.6CI failing

Since Jan 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/madeITBelgium/Laravel-exception-monitor)[ Packagist](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)[ Docs](http://www.madeit.be)[ RSS](/packages/madeitbelgium-laravel-exception-monitor/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (8)Versions (7)Used By (0)

Laravel Exception Monitor
=========================

[](#laravel-exception-monitor)

[![Build Status](https://camo.githubusercontent.com/e2f8502da68a70b814bce4df16b30786435907ad63136e92dafab19eaf3c39aa/68747470733a2f2f7472617669732d63692e6f72672f6d616465495442656c6769756d2f4c61726176656c2d657863657074696f6e2d6d6f6e69746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/madeITBelgium/Laravel-exception-monitor)[![Coverage Status](https://camo.githubusercontent.com/5b217feabc45e233052963c075414dffb98df3b449d6d35f8850b6f7b4a822ee/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d616465495442656c6769756d2f4c61726176656c2d657863657074696f6e2d6d6f6e69746f722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/madeITBelgium/Laravel-exception-monitor?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/6508835badbab299f422f06fc026ee654a49b1daf4924ca67dbfe6025b3cdf1c/68747470733a2f2f706f7365722e707567782e6f72672f6d616465697462656c6769756d2f6c61726176656c2d657863657074696f6e2d6d6f6e69746f722f762f737461626c65)](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)[![Total Downloads](https://camo.githubusercontent.com/cfe25de948f44048ccebcf794059addc0aff8d64b5c0a09f697d23c018f59fb3/68747470733a2f2f706f7365722e707567782e6f72672f6d616465697462656c6769756d2f6c61726176656c2d657863657074696f6e2d6d6f6e69746f722f646f776e6c6f616473)](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)[![Latest Unstable Version](https://camo.githubusercontent.com/0532f6d2594cb3ec672984845ba486420923835d215af99fb744eadfa980506c/68747470733a2f2f706f7365722e707567782e6f72672f6d616465697462656c6769756d2f6c61726176656c2d657863657074696f6e2d6d6f6e69746f722f762f756e737461626c65)](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)[![License](https://camo.githubusercontent.com/a1e77b91449ea917c46fe9e00fa86dc3efbcae0cd51e9009ae48adbc22c57583/68747470733a2f2f706f7365722e707567782e6f72672f6d616465697462656c6769756d2f6c61726176656c2d657863657074696f6e2d6d6f6e69746f722f6c6963656e7365)](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)[![Monthly Downloads](https://camo.githubusercontent.com/134a0fd356a2a8b34ee152c16e9cc695d1d460b8fbd1cc96e71b59bfac65bc6e/68747470733a2f2f706f7365722e707567782e6f72672f6d616465697462656c6769756d2f6c61726176656c2d657863657074696f6e2d6d6f6e69746f722f642f6d6f6e74686c79)](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)[![Daily Downloads](https://camo.githubusercontent.com/f7f5dcee61b61975a78b6000c25466203ecf21500fab7f237069423728d6a266/68747470733a2f2f706f7365722e707567782e6f72672f6d616465697462656c6769756d2f6c61726176656c2d657863657074696f6e2d6d6f6e69746f722f642f6461696c79)](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)[![composer.lock](https://camo.githubusercontent.com/7de78ad7d0e05044d38fdf5dd7a7d45c4f29ee9698a2dc248baad90e59ebcfef/68747470733a2f2f706f7365722e707567782e6f72672f6d616465697462656c6769756d2f6c61726176656c2d657863657074696f6e2d6d6f6e69746f722f636f6d706f7365726c6f636b)](https://packagist.org/packages/madeitbelgium/laravel-exception-monitor)

\#Installation

Require this package in your `composer.json` and update composer.

```
"madeitbelgium/laravel-exception-monitor": "~1.*"
```

```
composer require madeitbelgium/laravel-exception-monitor
```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`

```
MadeITBelgium\LaravelExceptionMonitor\ExceptionMonitorServiceProvider::class,
```

You must publish the config file:

```
php artisan vendor:publish --provider="MadeITBelgium\LaravelExceptionMonitor\ExceptionMonitorServiceProvider"
```

Replace the extends class of /app/Exceptions/Handler.php

```
use MadeITBelgium\LaravelExceptionMonitor\MonitorExceptionHandler;
...
class Handler extends MonitorExceptionHandler
```

Documentation
=============

[](#documentation)

The complete documentation can be found at: [(http://www.madeit.be](http://www.madeit.be)

Support
=======

[](#support)

Support github or mail:

Contributing
============

[](#contributing)

Please try to follow the psr-2 coding style guide.

License
=======

[](#license)

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~197 days

Recently: every ~236 days

Total

6

Last Release

2095d ago

### Community

Maintainers

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

---

Top Contributors

[![madeITBelgium](https://avatars.githubusercontent.com/u/20304892?v=4)](https://github.com/madeITBelgium "madeITBelgium (30 commits)")

---

Tags

laravelslackmonitorlaravel exceptionlaravel monitor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/madeitbelgium-laravel-exception-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/madeitbelgium-laravel-exception-monitor/health.svg)](https://phpackages.com/packages/madeitbelgium-laravel-exception-monitor)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M159](/packages/spatie-laravel-health)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M294](/packages/laravel-horizon)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M125](/packages/roots-acorn)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M864](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M554](/packages/laravel-boost)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)

PHPackages © 2026

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