PHPackages                             davibennun/laravel-raygun - 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. davibennun/laravel-raygun

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

davibennun/laravel-raygun
=========================

Laravel wrapper for raygun

6149.5k7[5 issues](https://github.com/davibennun/laravel-raygun/issues)PHP

Since Jul 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/davibennun/laravel-raygun)[ Packagist](https://packagist.org/packages/davibennun/laravel-raygun)[ RSS](/packages/davibennun-laravel-raygun/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Installation
============

[](#installation)

Update your `composer.json` file to include this package as a dependency

Laravel 4

```
"davibennun/laravel-raygun": "dev-master"
```

Laravel 5

```
"davibennun/laravel-raygun": "dev-laravel5"
```

Register the Raygun service provider by adding it to the providers array.

```
Davibennun\LaravelRaygun\LaravelRaygunServiceProvider

```

Alias the Raygun facade by adding it to the aliases array.

```
'aliases' => array(
	'Raygun' => 'Davibennun\LaravelRaygun\Facades\Raygun'
)
```

Configuration
=============

[](#configuration)

Copy the config file into your project by running

Laravel 4

```
php artisan config:publish davibennun/laravel-raygun

```

Laravel 5

```
php artisan vendor:publish --provider="Davibennun\LaravelRaygun\LaravelRaygunServiceProvider" --tag="config"

```

Edit the config file to include your app ID and secret key.

Usage
=====

[](#usage)

This Raygun class extends the Raygun PHP, so all the methods listed here  are available.

```
App::error(function(Exception $exception)
{
    Raygun::sendException($exception);
});
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance3

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1722200?v=4)[Davi Nunes](/maintainers/davibennun)[@davibennun](https://github.com/davibennun)

---

Top Contributors

[![davibennun](https://avatars.githubusercontent.com/u/1722200?v=4)](https://github.com/davibennun "davibennun (3 commits)")

### Embed Badge

![Health badge](/badges/davibennun-laravel-raygun/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M263](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M316](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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