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(5mo ago)02.5k↓10.4%MITBlade

Since Jan 11Pushed 5mo agoCompare

[ Source](https://github.com/axilivo/bugsnort)[ Packagist](https://packagist.org/packages/axilivo/bugsnort)[ RSS](/packages/axilivo-bugsnort/feed)WikiDiscussions main Synced 2d 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

34

—

LowBetter than 75% of packages

Maintenance70

Regular maintenance activity

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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

173d 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.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M275](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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