PHPackages                             guidofaecke/laminas-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. guidofaecke/laminas-airbrake

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

guidofaecke/laminas-airbrake
============================

Airbrake (phpbrake) integration for Laminas

0.2.5(3y ago)048GPL-2.0PHPPHP ^7.4 || ^8.0

Since Oct 19Pushed 3y agoCompare

[ Source](https://github.com/guidofaecke/laminas-airbrake)[ Packagist](https://packagist.org/packages/guidofaecke/laminas-airbrake)[ Docs](https://guidofaecke.github.io/)[ RSS](/packages/guidofaecke-laminas-airbrake/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (12)Versions (9)Used By (0)

Laminas Airbrake
================

[](#laminas-airbrake)

Airbrake (phpbrake) integration for Laminas.

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

Installing
----------

[](#installing)

Use composer to install this module.

```
composer require guidofaecke/laminas-airbrake
```

After composer installation, make sure that the \\guidofaecke\\LaminasAirbrake 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`).

```
