PHPackages                             axilivo/bugsnort - 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. axilivo/bugsnort

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

axilivo/bugsnort
================

Simple exception notification system

1.0.0(4mo ago)02.5k↑258.3%MITBlade

Since Jan 11Pushed 4mo agoCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Bugsnort
========

[](#bugsnort)

Simple exception notification system for Laravel. It sends a formatted email to developers and a Discord notification when exceptions are reported.

Features
--------

[](#features)

- Sends exception emails to one or more developers
- Sends Discord notifications for quick alerts
- Includes useful context (app name, env, file, line, URL, trace)

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 12+

Installation (local)
--------------------

[](#installation-local)

```
composer require axilivo/bugsnort
```

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

[](#configuration)

Set these in your `.env`:

```
DEVELOPER_EMAILS=dev1@example.com,dev2@example.com
DISCORD_URL=https://axilicord.axilivo.com/msge
DISCORD_BEARER_TOKEN=your-token
DISCORD_CHANNEL_ID=your-channel-id

```

Mail driver configuration must be set via the standard Laravel mail environment variables.

What Gets Sent
--------------

[](#what-gets-sent)

- App name
- Environment
- Error message
- Exception class
- File and line
- Request URL, method, IP (when available)
- Stack trace

Discord message format:

```
{APP_NAME} error: {ERROR_MESSAGE} — for details check your mail.

```

Publishing
----------

[](#publishing)

This package uses Laravel auto-discovery. No manual provider registration is required.

Support
-------

[](#support)

- Company: Axilivo
- Website:
- Contact:

License
-------

[](#license)

MIT. See `LICENSE`.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance77

Regular maintenance activity

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

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

127d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/12274ad8d993bdde7e49382734be725b052d25a7141a0cd9cf78b13df2f0cf71?d=identicon)[axilivo](/maintainers/axilivo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/axilivo-bugsnort/health.svg)

```
[![Health](https://phpackages.com/badges/axilivo-bugsnort/health.svg)](https://phpackages.com/packages/axilivo-bugsnort)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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