PHPackages                             o0khoiclub0o/honeybadger-php - 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. o0khoiclub0o/honeybadger-php

ActiveLibrary

o0khoiclub0o/honeybadger-php
============================

Unofficial PHP library for reporting errors to honeybadger.io

0.1.0(13y ago)072MITPHPPHP &gt;= 5.3.0

Since Apr 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/o0khoiclub0o/honeybadger-php)[ Packagist](https://packagist.org/packages/o0khoiclub0o/honeybadger-php)[ Docs](https://github.com/gevans/honeybadger-php)[ RSS](/packages/o0khoiclub0o-honeybadger-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

honeybadger-php [![Build Status](https://camo.githubusercontent.com/7dcc3f804cf3c4d10d3a63fb86f138085e1fa2bbef977df4d60d03d5bbe909b0/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f676576616e732f686f6e65796261646765722d7068702e706e67)](http://travis-ci.org/gevans/honeybadger-php)
==================================================================================================================================================================================================================================================================================================

[](#honeybadger-php-)

honeybadger-php is an unofficial library for reporting application errors to [Honeybadger](http://honeybadger.io).

Compatibility
-------------

[](#compatibility)

honeybadger-php is developed and tested against PHP versions 5.3 and 5.4.

Standalone Installation
-----------------------

[](#standalone-installation)

Add honeybadger-php to your `composer.json`:

```
{
  // ...
  "require": {
    // ...
    "gevans/honeybadger-php": "*"
  }
  // ...
}
```

Then configure `Honeybadger` in your bootstrap/`index.php`/initializers:

```
