incompass / airbrake-bundle
Airbrake integration bundle for Symfony
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 12 249
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:symfony-bundle
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
This bundle integrates Symfony with Airbrake.
Installation
Composer
composer require incompass/airbrake-bundle
Symfony
Add the bundle to your AppKernel.
public function registerBundles()
{
$bundles = array(
...
new Incompass\AirbrakeBundle\AirbrakeBundle(),
...
);
}
Add configuration values:
airbrake:
project_id: %project_id%
project_key: %project_key%
ignored_exceptions: %ignored_exceptions%
host: %airbrake_host%
Contributors
Joe Mizzi (casechek/incompass)
Attributions
This bundle was influenced by the following other Airbrake bundles: