2017 © Pedro Peláez
 

cakephp-plugin cakephp-airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

image

igorpadovan/cakephp-airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

  • Tuesday, February 6, 2018
  • by igorpadovan
  • Repository
  • 2 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CakePHP 2.0 Airbrake

A CakePHP plugin to use Airbrake for errors and exceptions., (*1)

Installation via Composer

composer require igorpadovan/cakephp-airbrake

app/Config/bootstrap.php

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

The Versions

06/02 2018

dev-master

9999999-dev

A CakePHP plugin to use Airbrake for errors and exceptions.

  Sources   Download

MIT

The Requires

 

by Avatar igorpadovan