app-zap/phpframework-airbrake
最新稳定版本:1.4.0
Composer 安装命令:
composer require app-zap/phpframework-airbrake
包简介
README 文档
README
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 |
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-11-12