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

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

vento/laravel-airbrake
======================

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

0.10.0(3y ago)03.7k[3 PRs](https://github.com/Vento-Nuenenen/laravel-airbrake/pulls)MITPHPPHP ^7.2|^7.3|^8.0|^8.1

Since Mar 12Pushed 1y agoCompare

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

READMEChangelog (3)Dependencies (2)Versions (16)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

```
