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)06892[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 2mo 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 60% 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

3130d 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

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[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)[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)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[yaro/log-envelope

Laravel 5 email on error

4147.0k](/packages/yaro-log-envelope)

PHPackages © 2026

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