begnini/cakephp-airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

Maintainers

Package info

github.com/begnini/cakephp-airbrake

Type:cakephp-plugin

pkg:composer/begnini/cakephp-airbrake

Statistics

Installs: 215

Dependents: 0

Suggesters: 0

Stars: 0

0.0.1 2018-02-16 20:26 UTC

This package is not auto-updated.

Last update: 2026-03-07 23:06:45 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
));