morrislaptop / AirbrakeCake

A CakePHP plugin to use Airbrake for errors and exceptions.

Home Page:https://github.com/morrislaptop/AirbrakeCake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP 2.0 Airbrake

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
));

About

A CakePHP plugin to use Airbrake for errors and exceptions.

https://github.com/morrislaptop/AirbrakeCake


Languages

Language:PHP 100.0%