begnini/cakephp-airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

Installs: 214

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:cakephp-plugin

0.0.1 2018-02-16 20:26 UTC

This package is not auto-updated.

Last update: 2024-05-04 14:08:03 UTC


README

A CakePHP plugin to use Airbrake for errors and exceptions.

Installation via Composer

composer require igorpadovan/cakephp-airbrake

app/Config/bootstrap.php

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