PHPackages                             frank-houweling/zend-airbrake - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. frank-houweling/zend-airbrake

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

frank-houweling/zend-airbrake
=============================

Airbrake (phpbrake) integration for Zend Framework 3 (ZF3)

1.0.1(8y ago)013.0k1GPL-2.0PHPPHP ^7.0

Since Jul 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/FrankHouweling/zend-airbrake)[ Packagist](https://packagist.org/packages/frank-houweling/zend-airbrake)[ Docs](http://www.senet.nl/)[ RSS](/packages/frank-houweling-zend-airbrake/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Zend Airbrake
=============

[](#zend-airbrake)

Airbrake (phpbrake) integration for Zend Framework 3 (ZF3) or Zend Framework 2 (ZF2) via backwards compatibility for 2.5.x or newer.

Airbrake is a tool that captures and tracks your application's exceptions. This library connects your Zend application to Airbrake, to make exception tracking possible. It is also possible to use Zend Airbrake with different services that use the Airbrake protocol, like CodebaseHQ.

Installing
----------

[](#installing)

Use composer to install this module.

```
composer require frank-houweling/zend-airbrake
```

After composer installation, make sure that the \\FrankHouweling\\ZendAirbrake module is added to the module configuration. In most cases, the module configuration can be found in `config/module.config.php`

Connection configuration
------------------------

[](#connection-configuration)

It is required to correctly set the connection settings to connect to the Airbrake instance. These can be set in the local Zend configuration (`config/autoload/local.php`).

```
