Skip to content

vinco/vo-errbit-cake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vo-errbit-cake

Errbit error handler for CakePHP 2.x

Installation

  • In app/Lib/ folder
git clone --recursive git@github.com:vinco/vo-errbit-cake.git
  • In app/Config/bootstrap.php
/*
 * Errbit CakePHP
 */
App::uses('ErrbitCakePHP', 'Lib/vo-errbit-cake');
ErrbitCakePHP::$settings = array(
    'api_key' => 'YOUR_API_KEY',
    'host' => 'YOUR_HOST',
    'port' => 'YOUR_PORT',
    'environment_name' => 'YOUR_ENVIRONMENT_NAME',
    'showErrors' => true,
    'showWarnigns' => true,
    'showNotice' => true
);
Configure::write('Error.handler', 'ErrbitCakePHP::handleError');

This handler uses the errbit client for php flippa

About

Errbit error handler for CakePHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages