PHPackages                             bogsey/yii-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. bogsey/yii-airbrake

ActiveYii-extension[Logging &amp; Monitoring](/categories/logging)

bogsey/yii-airbrake
===================

Sends errors and exceptions in yii to an Airbrake server

1789[1 issues](https://github.com/Bogsey/yii-airbrake/issues)PHP

Since Sep 30Pushed 12y agoCompare

[ Source](https://github.com/Bogsey/yii-airbrake)[ Packagist](https://packagist.org/packages/bogsey/yii-airbrake)[ RSS](/packages/bogsey-yii-airbrake/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii-airbrake
============

[](#yii-airbrake)

Allows errors and exceptions in yii to be sent to an airbrake server.

Usage
-----

[](#usage)

yii-airbrake is installed by adding `Bogsey/yii-airbrake` to the "require" section of your `composer.json` file and running composer update. This will install both the component and also the php-airbrake library.

Next update your config file as follows:

```
return array(
  ...
  'aliases' => array(
    ...
    'Airbrake' => 'route to php-airbrake.src.Airbrake', // This is needed for the namespacing to work
    ...
  ),
  ...
  'components' => array(
    ...
    'errorHandler' => array(
      'class' => 'Route to MErrorHandler', // where composer puts your required file (eg. vendor)
      'errorAction' => 'site/error',
      'APIKey' => 'YOUR API KEY',
      'options' => array( // configuration options
          'host' => 'Airbrake Host Server',
      ),
      ...
  ),
```

You should then see your exceptions and errors appearing on your Airbrake server

###  Health Score

18

↓

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85a857fc4aa3ebee004940646e00f76d05c12d50d80d9a79b4156d10f0f7f7ca?d=identicon)[bogsey](/maintainers/bogsey)

---

Top Contributors

[![Bogsey](https://avatars.githubusercontent.com/u/1983070?v=4)](https://github.com/Bogsey "Bogsey (4 commits)")

### Embed Badge

![Health badge](/badges/bogsey-yii-airbrake/health.svg)

```
[![Health](https://phpackages.com/badges/bogsey-yii-airbrake/health.svg)](https://phpackages.com/packages/bogsey-yii-airbrake)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
