Skip to content

app-zap/PHPFramework-Airbrake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PHPFramework Plugin: Airbrake

This package is a plugin for PHPFramework.

Installation

Include this package as requirement in your composer.json. For example:

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

To load the plugin enable it in your settings.ini:

[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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages