2017 © Pedro Peláez
 

library phpframework-airbrake

image

app-zap/phpframework-airbrake

  • Friday, January 16, 2015
  • by smichaelsen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHPFramework Plugin: Airbrake

This package is a plugin for PHPFramework., (*1)

Installation

Include this package as requirement in your composer.json. For example:, (*2)

{
  ...
  "require": {
    ...
    "app-zap/phpframework-airbrake": "dev-develop"
  }
}

To load the plugin enable it in your settings.ini:, (*3)

[phpframework]
plugins.AppZap\PHPFrameworkAirbrake = true

Configuration

settings.ini section phpframework-airbrake

option default description
api_key API Key for airbrake
enable false Enables exception logging with airbrake
environment NO_ENVIRONMENT_SET Should be set to distiguish different environments. E.g. dev, staging, live
host URL of your airbrake host
resource Resource to call to log exceptions

The Versions

16/01 2015
15/01 2015
15/01 2015