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

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

rigor789/airbrake-laravel
=========================

Laravel package for the Airbrake API, which supports Errbit

1.3(7y ago)1636.5k8[2 issues](https://github.com/rigor789/airbrake-laravel/issues)MITPHPPHP &gt;=5.4.0

Since Feb 16Pushed 7y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (9)Used By (0)

Airbrake Laravel Package
========================

[](#airbrake-laravel-package)

[![Latest Stable Version](https://camo.githubusercontent.com/113243280ebcda998d4a4b87a1b616769c60294a66aa5e3f326ff78fdcc52543/68747470733a2f2f706f7365722e707567782e6f72672f7269676f723738392f6169726272616b652d6c61726176656c2f762f737461626c652e737667)](https://packagist.org/packages/rigor789/airbrake-laravel) [![Total Downloads](https://camo.githubusercontent.com/895b332681e93a537f782ed679cc6b514b220e8ec2397485f954a81cd3de7ed2/68747470733a2f2f706f7365722e707567782e6f72672f7269676f723738392f6169726272616b652d6c61726176656c2f646f776e6c6f6164732e737667)](https://packagist.org/packages/rigor789/airbrake-laravel) [![Latest Unstable Version](https://camo.githubusercontent.com/b7bd3df43c4219838ba5d2d538037b7bd1b2cfcdee79f877258cb8e723e1eea3/68747470733a2f2f706f7365722e707567782e6f72672f7269676f723738392f6169726272616b652d6c61726176656c2f762f756e737461626c652e737667)](https://packagist.org/packages/rigor789/airbrake-laravel) [![License](https://camo.githubusercontent.com/dde28783d215982fc83e590989a8cc8500c015b8bd7056ae95cf6cc4e82a53b4/68747470733a2f2f706f7365722e707567782e6f72672f7269676f723738392f6169726272616b652d6c61726176656c2f6c6963656e73652e737667)](https://packagist.org/packages/rigor789/airbrake-laravel)

The master branch is for Laravel 5! For Laravel 4 check out the laravel4 branch.

Versions starting with 0.\* are for Laravel 4 Versions starting with 1.\* are for Laravel 5

This is a Laravel package for utilizing [Airbrake API](https://github.com/airbrake/airbrake-php) to collect errors.

It Supports [ErrBit](https://github.com/errbit/errbit) just change the host in the config.

Install
=======

[](#install)

First pull in the packages as a dependency

```
composer require rigor789/airbrake-laravel

```

Then add the ServiceProvider to your `config/app.php`

```
    ...
    'providers' => [

        ...
        'rigor789\AirbrakeLaravel\AirbrakeServiceProvider',
        ...

    ],
    ...

```

Once you have added the ServiceProvider to your app you will need to do some basic configuration. This can be done in your .env file:

```
AIRBRAKE_ENABLED=true
AIRBRAKE_API_KEY=your_api_key

```

You can also publish the config file for more advanced configuration options:

```
php artisan vendor:publish --provider="rigor789\AirbrakeLaravel\AirbrakeServiceProvider"

```

Then you can enable error reporting also in the config, and customize it as you want. You are good to go!

Issues
======

[](#issues)

If you find any issues, submit a report [here](https://github.com/rigor789/airbrake-laravel/issues)

Contributing
============

[](#contributing)

If you want to contribute, just submit a [pull request](https://github.com/rigor789/airbrake-laravel/pulls).

License
=======

[](#license)

Licensed under the MIT license. See the [LICENSE](https://github.com/rigor789/airbrake-laravel/blob/master/LICENSE) file for details.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 76.7% 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 ~308 days

Recently: every ~386 days

Total

6

Last Release

2562d ago

Major Versions

0.2 → 1.12015-02-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a0176a6f8b971adfc146a6315ef761620cad8db5de27e44809f1517e7e6ae0c?d=identicon)[rigor789](/maintainers/rigor789)

---

Top Contributors

[![rigor789](https://avatars.githubusercontent.com/u/879060?v=4)](https://github.com/rigor789 "rigor789 (23 commits)")[![php-workx](https://avatars.githubusercontent.com/u/112210?v=4)](https://github.com/php-workx "php-workx (2 commits)")[![jamesmills](https://avatars.githubusercontent.com/u/557096?v=4)](https://github.com/jamesmills "jamesmills (1 commits)")[![adamtester](https://avatars.githubusercontent.com/u/2249484?v=4)](https://github.com/adamtester "adamtester (1 commits)")[![HOFFMACHINE](https://avatars.githubusercontent.com/u/1495858?v=4)](https://github.com/HOFFMACHINE "HOFFMACHINE (1 commits)")[![Shkeats](https://avatars.githubusercontent.com/u/2048674?v=4)](https://github.com/Shkeats "Shkeats (1 commits)")[![tomahock](https://avatars.githubusercontent.com/u/794581?v=4)](https://github.com/tomahock "tomahock (1 commits)")

---

Tags

airbrakeairbrake-laravelerrbitlaravellaravel-packagephplaravelerrormonitorairbrakebugerrbitcatch

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[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)[jackwh/laravel-new-relic

Monitor your Laravel application performance with New Relic

112827.2k](/packages/jackwh-laravel-new-relic)

PHPackages © 2026

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