PHPackages                             supernet/laravel-client - 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. supernet/laravel-client

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

supernet/laravel-client
=======================

Laravel client package for Supernet error tracking

v1.0.0(2mo ago)029↓66.7%MITPHPPHP ^8.2

Since Feb 21Pushed 2mo agoCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (0)

Supernet Laravel Client
=======================

[](#supernet-laravel-client)

A Laravel package that automatically captures and sends exceptions to your Supernet error tracking project.

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

[](#installation)

```
composer require supernet/laravel-client
```

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

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --tag="supernet-client-config"
```

Add your API key and endpoint to your `.env` file:

```
SUPERNET_API_KEY=your-api-key-here
SUPERNET_API_URL=https://supernet.on-forge.com/api/v1/errors
```

Usage
-----

[](#usage)

Once installed, the package automatically captures all exceptions and sends them to your Supernet project. No additional code is needed.

### Manual Reporting

[](#manual-reporting)

You can also manually report exceptions:

```
use Supernet\Client\Facades\SupernetClient;

try {
    // risky operation
} catch (\Throwable $e) {
    SupernetClient::captureException($e);
}
```

### Configuration Options

[](#configuration-options)

OptionDefaultDescription`api_key``null`Your Supernet project API key`api_url``https://supernet.on-forge.com/api/v1/errors`API endpoint URL`environments``['production', 'staging']`Only report from these environments (`['*']` for all)`report_quietly``true`Silently catch reporting failures

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance83

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

87d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13796752?v=4)[Tobi](/maintainers/twdnhfr)[@twdnhfr](https://github.com/twdnhfr)

---

Top Contributors

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

---

Tags

laravelexceptionserror-trackingsupernet

### Embed Badge

![Health badge](/badges/supernet-laravel-client/health.svg)

```
[![Health](https://phpackages.com/badges/supernet-laravel-client/health.svg)](https://phpackages.com/packages/supernet-laravel-client)
```

###  Alternatives

[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

90334.6M36](/packages/bugsnag-bugsnag-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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