PHPackages                             sevenlab/laravel-remote-logging - 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. sevenlab/laravel-remote-logging

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

sevenlab/laravel-remote-logging
===============================

Log errors to a remote server

2.0.0(3y ago)251MITPHPPHP ^7.0CI failing

Since Nov 15Pushed 3y ago2 watchersCompare

[ Source](https://github.com/SevenLabnl/laravel-remote-logging)[ Packagist](https://packagist.org/packages/sevenlab/laravel-remote-logging)[ Docs](https://github.com/sevenlabnl/laravel-remote-logging)[ RSS](/packages/sevenlab-laravel-remote-logging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (17)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/83900f762de063e6e950e945177dca27fd46c3187be1128553796c3dd9e1b2b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f536576656e4c61622f6c61726176656c2d72656d6f74652d6c6f6767696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/SevenLab/laravel-remote-logging)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/88b1e9e6c48db55297eaf86ae2c27dc34448fe0d82b8f52027a795e538adec20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f536576656e4c61622f6c61726176656c2d72656d6f74652d6c6f6767696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/SevenLab/laravel-remote-logging)

Remote logging
==============

[](#remote-logging)

This Laravel package send the errors or failed jobs occuring in your application to an external server. For example to display these errors or failed jobs on a dashboard like the [spatie/dashboard.spatie.be](https://github.com/spatie/dashboard.spatie.be).

For the failed jobs logging we are extending [spatie/laravel-failed-job-monitor](https://github.com/spatie/laravel-failed-job-monitor) and overwriting their default Notification class to allow us to send it to your remote server.

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

[](#installation)

You can install the package via Composer:

```
composer require sevenlab/laravel-remote-logging
```

The package will automatically register itself.

You can publish the config files with:

```
php artisan vendor:publish --provider="SevenLab\RemoteLogging\RemoteLoggingServiceProvider"
```

And finally you should install the exception handling in the `report` function in the Exception handler (`app/Exceptions/Handler.php`).

```
...

if (app()->bound('remote-logging')) {
    app('remote-logging')->captureException($exception);
}

...
```

Usage
-----

[](#usage)

By default it will send all errors and failed jobs that occur into your application to the remote server specified in the config file.

Credits
-------

[](#credits)

- [Niels Kramer](https://github.com/nielskramerr)
- [Joey Houtenbos](https://github.com/JoeyHoutenbos)
- [All Contributors](https://github.com/SevenLabnl/laravel-remote-logging/contributors)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~181 days

Total

14

Last Release

1216d ago

Major Versions

1.7.3 → 2.0.02023-01-09

### Community

Maintainers

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

---

Top Contributors

[![JoeyHoutenbos](https://avatars.githubusercontent.com/u/1810441?v=4)](https://github.com/JoeyHoutenbos "JoeyHoutenbos (8 commits)")[![nielskramerr](https://avatars.githubusercontent.com/u/12908597?v=4)](https://github.com/nielskramerr "nielskramerr (8 commits)")[![Mezeman1](https://avatars.githubusercontent.com/u/22822736?v=4)](https://github.com/Mezeman1 "Mezeman1 (5 commits)")

---

Tags

laravellogginglaravelloggingremotelaravel-remote-loggingremote-loggingsevenlab

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sevenlab-laravel-remote-logging/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[osa-eg/laravel-teams-notification

A Laravel package to send notifications to Microsoft Teams

71257.5k1](/packages/osa-eg-laravel-teams-notification)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

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

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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