incompass / airbrake-bundle
Symfony 的 Airbrake 集成包
此包的官方仓库似乎已不存在,因此该包已被冻结。
0.0.2
2017-05-23 21:41 UTC
Requires
- php: >=5.6.0
- airbrake/phpbrake: ^0.2.4
- symfony/console: ~2.7|~3.0
- symfony/framework-bundle: ~2.7|~3.0
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^4.2|^5.0
This package is auto-updated.
Last update: 2024-03-07 00:15:43 UTC
README
Airbrake Bundle
此包将 Symfony 与 Airbrake 集成。
安装
Composer
composer require incompass/airbrake-bundle
Symfony
将此包添加到您的 AppKernel 中。
public function registerBundles()
{
$bundles = array(
...
new Incompass\AirbrakeBundle\AirbrakeBundle(),
...
);
}
添加配置值
airbrake:
project_id: %project_id%
project_key: %project_key%
ignored_exceptions: %ignored_exceptions%
host: %airbrake_host%
贡献者
Joe Mizzi (casechek/incompass)
归属
此包受到了以下其他 Airbrake 包的影响