servicerunner/li3_airbrake

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Simple Airbrake.io integration for Lithium

dev-master 2013-09-21 05:46 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:27:15 UTC


README

Simple Airbrake.io integration for Lithium.

Installation

Load li3_airbake by updating config/bootstrap/libraries.php:

<?php

// ... snip ...

// Airbrake.io
Libraries::add('li3_airbake', array('apiKey' => '-> INSERT API KEY <-'));