All Projects → morrislaptop → AirbrakeCake

morrislaptop / AirbrakeCake

Licence: other
A CakePHP plugin to use Airbrake for errors and exceptions.

Programming Languages

PHP
23972 projects - #3 most used programming language

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
));
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].