PHPackages                             ingenerator/kohana-errors - 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. ingenerator/kohana-errors

Abandoned → [ingenerator/kohana-core](/?search=ingenerator%2Fkohana-core)Library

ingenerator/kohana-errors
=========================

Basic improved kohana custom error pages for CLI and web use

v0.1.999(6y ago)311.1k1BSD-3-ClausePHPPHP &gt;=5.3.3

Since Mar 14Pushed 6y ago3 watchersCompare

[ Source](https://github.com/ingenerator/kohana-errors)[ Packagist](https://packagist.org/packages/ingenerator/kohana-errors)[ Docs](https://github.com/ingenerator/kohana-errors)[ RSS](/packages/ingenerator-kohana-errors/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Kohana-errors
=============

[](#kohana-errors)

Just a really simple kohana module that sets custom error pages for web (outside development mode) and CLI (always).

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

[](#installation)

Add kohana-errors to your composer.json and run `composer update` to install it.

```
{
  "require": { "ingenerator/kohana-errors": "0.1.*@dev" }
}
```

Basic Usage
-----------

[](#basic-usage)

In your bootstrap:

```
Kohana::modules(array('kohana-errors' => BASEDIR.'vendor/ingenerator/kohana-errors');
```

To further customise the error page, create a view file at APPATH.views/errors/web\_generic\_error.php or APPATH.views/errors/cli\_generic\_error.php

Bear in mind that the custom error page will only be applied after your application has loaded the module - so you still risk another error page showing if there are failures during very early bootstrapping of your application.

Best practice is to configure your apache/nginx to show a custom static error page on fatal errors, rather than trusting PHP to get it right...

Testing and developing
----------------------

[](#testing-and-developing)

There are no specs for this module, as it's very basic. Contributions are welcome.

License
-------

[](#license)

config is copyright 2014 inGenerator Ltd and released under the [BSD license](LICENSE).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~1081 days

Total

3

Last Release

2277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6ebcc608a86cec9a3ce7a4932994e2b89fabbfcdde69aff43e8139f34e07a5e?d=identicon)[acoulton](/maintainers/acoulton)

---

Top Contributors

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

---

Tags

kohanaerrors

### Embed Badge

![Health badge](/badges/ingenerator-kohana-errors/health.svg)

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

###  Alternatives

[kohana/database

The official Kohana module for database interactions, building queries, and prepared statements

158486.0k19](/packages/kohana-database)[kohana/image

The official Kohana module for manipulating images

103461.3k8](/packages/kohana-image)[kohana/auth

The official Kohana auth module

101227.2k9](/packages/kohana-auth)[kohana/cache

The official Kohana cache management module

76318.3k8](/packages/kohana-cache)[kohana/orm

The official Kohana ORM module

15772.1k8](/packages/kohana-orm)[kohana/minion

The official kohana module for running tasks via the CLI

114117.1k10](/packages/kohana-minion)

PHPackages © 2026

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