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

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

errorgap/laravel
================

Laravel integration for Errorgap error tracking.

v0.1.0(3d ago)01MITPHP ^8.1

Since Jul 7Compare

[ Source](https://github.com/errorgaphq/errorgap-laravel)[ Packagist](https://packagist.org/packages/errorgap/laravel)[ Docs](https://github.com/errorgaphq/errorgap-laravel)[ RSS](/packages/errorgap-laravel/feed)WikiDiscussions Synced today

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

errorgap/laravel
================

[](#errorgaplaravel)

Laravel integration for [Errorgap](https://errorgap.com). Auto-registers exception reporting and queue job failure listeners.

Install
-------

[](#install)

```
composer require errorgap/laravel
```

The service provider is auto-discovered. Publish the config to customize:

```
php artisan vendor:publish --tag=errorgap-config
```

Configure
---------

[](#configure)

Add to `.env` (and `.env.example` with empty values):

```
ERRORGAP_ENDPOINT=https://errorgap.example.com
ERRORGAP_PROJECT_SLUG=your-project
ERRORGAP_API_KEY=flk_...
```

`config/errorgap.php` reads them via `env()` calls. Disable individual capture sources with `capture_exceptions` or `capture_jobs`.

Manual notification
-------------------

[](#manual-notification)

```
use Errorgap\Client;

public function handle(Client $errorgap, \Throwable $exc): void
{
    $errorgap->notify($exc, context: ['component' => 'billing']);
}
```

The same `Client` is bound via the container, or you can pull it with `app('errorgap')`.

Trigger a test error
--------------------

[](#trigger-a-test-error)

```
Route::get('/errorgap-test', function () {
    throw new \Exception('Errorgap test error');
});
```

Configuration reference
-----------------------

[](#configuration-reference)

See `config/errorgap.php`. Settings map 1:1 onto the base `errorgap/errorgap` `Configuration` class.

Development
-----------

[](#development)

```
composer install
composer test
```

License
-------

[](#license)

MIT.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance99

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

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

3d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67f0cceac802d3005e9c8d1574b2393bca31459e1cff77f3cb6288ec0697498e?d=identicon)[errorgap](/maintainers/errorgap)

---

Tags

laravelmonitoringexceptionserror-trackingerrorgap

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M216](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M170](/packages/spatie-laravel-health)[moonshine/moonshine

Laravel administration panel

1.3k253.1k83](/packages/moonshine-moonshine)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2382.1M5](/packages/inspector-apm-inspector-laravel)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)

PHPackages © 2026

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