morrislaptop/cakephp-airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

Installs: 3 947

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 3

Forks: 11

Open Issues: 0

Type:cakephp-plugin

1.0.3 2015-02-15 22:09 UTC

This package is auto-updated.

Last update: 2024-03-22 16:06:27 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
));