PHPackages                             kwn/kohana-errbit - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kwn/kohana-errbit

ActiveKohana-module[Utility &amp; Helpers](/categories/utility)

kwn/kohana-errbit
=================

Errbit integration for Kohana 3.3

337

Since Nov 23Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kwn/kohana-errbit)[ Packagist](https://packagist.org/packages/kwn/kohana-errbit)[ RSS](/packages/kwn-kohana-errbit/feed)WikiDiscussions 3.3/master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Errbit integration for Kohana 3.3
=================================

[](#errbit-integration-for-kohana-33)

Installation
------------

[](#installation)

Use composer...

```
require: {
    [...]
    "kwn/kohana-errbit": "dev-3.3/master"
}
```

...or clone repository to your `/modules/` directory

```
git clone git://github.com/kwn/kohana-errbit.git

```

and enable module in `application/bootstrap.php`

```
Kohana::modules(array(
    [...]
    'kohana-errbit'  => MODPATH.'kohana-errbit',
));
```

Configuration
-------------

[](#configuration)

Copy `/modules/kohana-errbit/config/errbit.php` to `/application/config/` and fill config file with your settings.

```
return array(
    'api_key' => 'PUT YOUR ERRBIT API KEY HERE',
    'host'    => 'errbit.yourdomain.com',
    'port'    => 80,
    'min_env' => Kohana::DEVELOPMENT
);
```

Remember to change `min_env` to value lower than `Kohana::DEVELOPMENT` (ie. `Kohana::STAGING`), to avoid Errbit requests during development.

Remember to set Kohana environment in your vhost:

```

    DocumentRoot /var/www/vhosts/com.application/httpdocs
    ServerName application.com

    SetEnv KOHANA_ENV PRODUCTION

```

Of course you need to configure your Errbit, to handle requests from application.

Ready!
------

[](#ready)

This module registers Kohana Log driver, that handles Errbit notifications on exceptions, and registers error handlers:

```
set_error_handler();
set_exception_handler();
register_shutdown_function();
```

This module uses `emgiezet/errbitPHP` vendor. Check  for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/3968616?v=4)[Karol Wnuk](/maintainers/kwn)[@kwn](https://github.com/kwn)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kwn-kohana-errbit/health.svg)

```
[![Health](https://phpackages.com/badges/kwn-kohana-errbit/health.svg)](https://phpackages.com/packages/kwn-kohana-errbit)
```

PHPackages © 2026

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