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

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

kouz/laravel-airbrake
=====================

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

0.8.0(4y ago)26298.1k↓47.5%23[2 issues](https://github.com/TheoKouzelis/laravel-airbrake/issues)[1 PRs](https://github.com/TheoKouzelis/laravel-airbrake/pulls)MITPHPPHP &gt;=5.4

Since Mar 12Pushed 2y ago2 watchersCompare

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

READMEChangelog (8)Dependencies (2)Versions (10)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 kouz/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

```
