PHPackages                             napp/nova-bugsnag - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. napp/nova-bugsnag

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

napp/nova-bugsnag
=================

A Laravel Nova card.

1.0.1(6y ago)1234.4k[2 issues](https://github.com/Napp/nova-bugsnag/issues)[2 PRs](https://github.com/Napp/nova-bugsnag/pulls)MITPHPPHP &gt;=7.1.0

Since Oct 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Napp/nova-bugsnag)[ Packagist](https://packagist.org/packages/napp/nova-bugsnag)[ RSS](/packages/napp-nova-bugsnag/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (4)Used By (0)

Bugsnag cards for Laravel Nova
==============================

[](#bugsnag-cards-for-laravel-nova)

Add bugsnag statistical cards for your Laravel Nova Dashboard.

[![Example](https://raw.githubusercontent.com/Napp/nova-bugsnag/master/docs/screenshot.png)](https://raw.githubusercontent.com/Napp/nova-bugsnag/master/docs/screenshot.png)

Install
-------

[](#install)

You need to run the following command: `composer require napp/nova-bugsnag`

### Add credentials

[](#add-credentials)

add the following to`config/services.php`

```
'bugsnag' => [
    'api_key' => env('NOVA_BUGSNAG_API_KEY'),
    'project_id' => env('NOVA_BUGSNAG_PROJECT_ID'),
    'account_slug' => env('NOVA_BUGSNAG_ACCOUNT_SLUG'),
]
```

Add cards to dashboard
----------------------

[](#add-cards-to-dashboard)

```
public function cards()
{
    return [
        new \Napp\NovaBugsnag\BugsnagErrorRate(),
        new \Napp\NovaBugsnag\BugsnagCriticalErrors()
    ]
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~236 days

Total

2

Last Release

2539d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e24155f0d3ab61799ca35477a940edce613075a20d1073f2241905271f29d23?d=identicon)[viezel](/maintainers/viezel)

---

Tags

bugsnagerror-monitoringlaravelnovalaravelnova

### Embed Badge

![Health badge](/badges/napp-nova-bugsnag/health.svg)

```
[![Health](https://phpackages.com/badges/napp-nova-bugsnag/health.svg)](https://phpackages.com/packages/napp-nova-bugsnag)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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