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

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

wirebox/laravel-airbrake
========================

Laravel service provider for Airbrake https://github.com/airbrake/phpbrake

v1.0.3(2y ago)02.7kMITPHPPHP &gt;=5.4

Since Sep 29Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Wirebox/laravel-airbrake)[ Packagist](https://packagist.org/packages/wirebox/laravel-airbrake)[ RSS](/packages/wirebox-laravel-airbrake/feed)WikiDiscussions main Synced 2d ago

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

Laravel Airbrake
================

[](#laravel-airbrake)

This is a Laravel service provider for the latest Airbrake PHP package

The service provider will configure an instance of Airbrake\\Notifier with an ID, key and environment name.

Install
-------

[](#install)

Require this package via composer.

```
composer require wirebox/laravel-airbrake

```

For Laravel &gt;=5.5 the package will be discoverd. For Laravel &lt;=5.4 add package to list of service providers in config/app.php

```
