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

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

sleuren/laravel
===============

Official Sleuren SDK for Laravel

1.1.3(3y ago)06MITPHPPHP ^7.4 || ^8.0

Since Apr 2Pushed 3y agoCompare

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

READMEChangelog (6)Dependencies (8)Versions (7)Used By (0)

 [ ![Sleuren](https://camo.githubusercontent.com/ebe309bd84695e135ea6742eb7aa25d418d525504599927c6c2dbf8ac9592dde/68747470733a2f2f736c657572656e2e636f6d2f6c6f676f5f706f7369746976652e737667) ](https://sleuren.com/?utm_source=github&utm_medium=logo)

Official sleuren SDK for Laravel
================================

[](#official-sleuren-sdk-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/86999e227b438035e9dcce1e263bbf1c8f71de867d26d9b74f646e4640dd8cbc/68747470733a2f2f706f7365722e707567782e6f72672f736c657572656e2f6c61726176656c2f762f737461626c65)](https://packagist.org/packages/sleuren/laravel)[![Build Status](https://github.com/sleuren/laravel/workflows/tests/badge.svg)](https://github.com/sleuren/laravel/actions)[![License](https://camo.githubusercontent.com/143067332411110de7a016d0032a8114802e73a9ab3cccc9afd85100daf35eb7/68747470733a2f2f706f7365722e707567782e6f72672f736c657572656e2f6c61726176656c2f6c6963656e7365)](https://packagist.org/packages/sleuren/laravel)[![Total Downloads](https://camo.githubusercontent.com/7d4ecdb95f20ba8530b407a469915e3ea0df0b6621d528bc1d191fedae2087b1/68747470733a2f2f706f7365722e707567782e6f72672f736c657572656e2f6c61726176656c2f646f776e6c6f616473)](https://packagist.org/packages/sleuren/laravel)[![Monthly Downloads](https://camo.githubusercontent.com/4aa7deb88c0ae8872d5f3ce2b1d2fb8832e0ebb2fdebc6efaad58607a063e73e/68747470733a2f2f706f7365722e707567782e6f72672f736c657572656e2f6c61726176656c2f642f6d6f6e74686c79)](https://packagist.org/packages/sleuren/laravel)[![PHP Version Require](https://camo.githubusercontent.com/b488b5017ccba9ee7650bff0209afd7dd9ba947ed445f65ad49a36672f5b76a7/687474703a2f2f706f7365722e707567782e6f72672f736c657572656e2f6c61726176656c2f726571756972652f706870)](https://packagist.org/packages/sleuren/laravel)

The Sleuren Laravel error reporter tracks errors and exceptions that happen during the execution of your application and provides instant notification with detailed information needed to prioritize, identify, reproduce and fix each issue.

Getting started
---------------

[](#getting-started)

### Install

[](#install)

To install the SDK you will need to be using Composer in your project. To install it please see the [docs](https://getcomposer.org/download/).

This is Laravel SDK, meaning that all the important code regarding error handling lives here.

```
composer require sleuren/laravel
```

### Configuration

[](#configuration)

```
php artisan vendor:publish --provider="Sleuren\ServiceProvider"
```

And adjust config file (config/sleuren.php) with your desired settings.

Note: by default only production environments will report errors. To modify this edit your Sleuren configuration.

Next is to add the sleuren driver to the logging.php file:

```
'channels' => [
    // ...
    'sleuren' => [
        'driver' => 'sleuren',
    ],
],
```

After that you have configured the Utah channel you can add it to the stack section:

```
'channels' => [
    'stack' => [
        'driver' => 'stack',
        'channels' => ['single', 'sleuren'],
    ],
    //...
],
```

### Usage

[](#usage)

All that is left to do is to define env configuration variable.

```
SLEUREN_KEY=
```

> **SLEUREN\_KEY:** is your Project API key which you've received when creating a project.

Get the variables from your [Sleuren dashboard](https://sleuren.com/dashboard).

Run this in your terminal to test if everything is working:

```
php artisan sleuren:test
```

Documentation
-------------

[](#documentation)

For more information, see the [documentation](https://help.sleuren.com).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Every ~9 days

Total

6

Last Release

1097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7ac2622b6817935136cec65d894ce1fa4142a482c832af95cb3971b0d119301?d=identicon)[sleuren](/maintainers/sleuren)

---

Top Contributors

[![fr3on](https://avatars.githubusercontent.com/u/26393383?v=4)](https://github.com/fr3on "fr3on (34 commits)")

---

Tags

error-monitoringerror-reportingexception-reportinghacktoberfestlaravelphploglaravelloggingerrorerror-handlererror-monitoringcrash-reportingcrash-reportstrackerbug

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[sentry/sdk

This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.

327134.8M151](/packages/sentry-sdk)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)

PHPackages © 2026

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