PHPackages                             joseki/error-presenter-extension - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. joseki/error-presenter-extension

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

joseki/error-presenter-extension
================================

Dynamic error presenter loader extension

v1.0.1(11y ago)05.7k2MITPHP

Since Sep 11Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Joseki/ErrorPresenter-extension)[ Packagist](https://packagist.org/packages/joseki/error-presenter-extension)[ RSS](/packages/joseki-error-presenter-extension/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (2)

Joseki/ErrorPresenter-extension
===============================

[](#josekierrorpresenter-extension)

This extension sets dynamically error presenters for Nette Framework applications. If you have a presenter `Application:Admin:Products` (with an action e.g. `Application:Admin:Products:default`), and your default error presenter name is `DefaultErrorPresenter`, then `ErrorPresenterFactory` will set the closest existing error presenter for given action as follows:

1. Application:Admin:Error
2. Application:Error
3. DefaultError (default)

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

[](#installation)

The best way to install is using [Composer](http://getcomposer.org/):

```
$ composer require joseki/error-presenter-extension:@stable
```

Usage
-----

[](#usage)

```
# config.neon

extensions:
    ErrorPresenter: Joseki\Application\DI\ErrorPresenterExtension

nette:
    application:
        # you can use any nette-like presenter name e.g. Application:Error
        errorPresenter: 'Error'

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~1 days

Total

2

Last Release

4310d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1245190?v=4)[Miroslav Paulík](/maintainers/castamir)[@castamir](https://github.com/castamir)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/joseki-error-presenter-extension/health.svg)

```
[![Health](https://phpackages.com/badges/joseki-error-presenter-extension/health.svg)](https://phpackages.com/packages/joseki-error-presenter-extension)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

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