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

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

matriphe/laravel-airbrake-codebase
==================================

Laravel 5 package for Codebase Exceptions (https://www.codebasehq.com/) handler using Airbrake API

1.2(8y ago)06932[1 issues](https://github.com/matriphe/laravel-airbrake-codebase/issues)MITPHPPHP &gt;=5.4

Since Jun 24Pushed 8y agoCompare

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

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

Laravel and Lumen Airbrake Codebase
===================================

[](#laravel-and-lumen-airbrake-codebase)

This is a Laravel 5 and Lumen package for [Codebase](https://www.codebasehq.com/) Exceptions handler using [Airbrake PHP package](https://github.com/airbrake/phpbrake).

This package will configure an instance of `Airbrake\Notifier` with an project ID and key from Codebase Exceptions handler.

Install
-------

[](#install)

Require it via composer.

```
composer require matriphe/laravel-airbrake-codebase

```

### Laravel

[](#laravel)

For Laravel version below 5.4, add package to list of service providers in `config/app.php` file. No need to add this manually in Laravel 5.5 since it used auto package discovery.

```
'providers' => [
    Matriphe\Codebase\CodebaseServiceProvider::class,
],
```

Publish and fill out the `config/codebase.php` file with your project ID, key, and ignored environments.

```
php artisan vendor:publish --provider="Matriphe\Codebase\CodebaseServiceProvider"

```

### Lumen

[](#lumen)

Register package by adding this line in `bootstrap/app.php`.

```
$app->register(Matriphe\Codebase\CodebaseServiceProvider::class);
```

Manually copy the config file to your `config` path. If `config` path doesn't exists, make it first.

```
cp vendor/matriphe/laravel-airbrake-codebase/config/codebase.php config/

```

Ignoring Exceptions
-------------------

[](#ignoring-exceptions)

To ignore some exceptions sent to Codebase Exceptions, just add the ignored exceptions in `app/Exceptions/Handler.php` in `$dontReport` section of your application.

```
class Handler extends ExceptionHandler
{
   /**
     * A list of the exception types that should not be reported.
     *
     * @var array
     */
    protected $dontReport = [
        HttpException::class,
        ModelNotFoundException::class,
        YourIgnoredException::class,
    ];
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3181d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/809de97d088b0eff358f96141a31bd8897216a03175448192de140f2723bdea6?d=identicon)[matriphe](/maintainers/matriphe)

---

Top Contributors

[![matriphe](https://avatars.githubusercontent.com/u/277262?v=4)](https://github.com/matriphe "matriphe (7 commits)")

---

Tags

airbrakecodebasecodebasehqerrorerror-handlingexception-handlerexceptionslaravellumenloglaravelerrorexceptionsreportairbrakecodebasebug

### Embed Badge

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

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

###  Alternatives

[sentry/sentry-laravel

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

1.3k122.6M186](/packages/sentry-sentry-laravel)[larabug/larabug

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

299571.0k1](/packages/larabug-larabug)[spatie/laravel-flare

Send Laravel errors to Flare

111.2M6](/packages/spatie-laravel-flare)[rigor789/airbrake-laravel

Laravel package for the Airbrake API, which supports Errbit

1636.5k](/packages/rigor789-airbrake-laravel)[yaro/log-envelope

Laravel 5 email on error

4147.0k](/packages/yaro-log-envelope)[kitloong/laravel-app-logger

Laravel log for your application

101.3M8](/packages/kitloong-laravel-app-logger)

PHPackages © 2026

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