morrislaptop/cakephp-airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

Maintainers

Package info

github.com/morrislaptop/AirbrakeCake

Type:cakephp-plugin

pkg:composer/morrislaptop/cakephp-airbrake

Statistics

Installs: 3 950

Dependents: 0

Suggesters: 0

Stars: 13

Open Issues: 0

1.0.3 2015-02-15 22:09 UTC

This package is auto-updated.

Last update: 2026-02-22 20:38:17 UTC


README

A CakePHP plugin to use Airbrake for errors and exceptions.

Installation via Composer

composer require morrislaptop/cakephp-airbrake

app/Config/bootstrap.php

Configure::write('AirbrakeCake.apiKey', '<API KEY>');
CakePlugin::load('AirbrakeCake', array(
	'bootstrap' => true
));