PHPackages                             componenta/error-renderer-plates - 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. componenta/error-renderer-plates

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

componenta/error-renderer-plates
================================

League Plates renderer integration for Componenta error handling

v1.0.0(1mo ago)00MITPHPPHP ^8.4

Since Jun 16Pushed 1mo agoCompare

[ Source](https://github.com/componenta/error-renderer-plates)[ Packagist](https://packagist.org/packages/componenta/error-renderer-plates)[ RSS](/packages/componenta-error-renderer-plates/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Componenta Error Renderer Plates
================================

[](#componenta-error-renderer-plates)

League Plates renderer integration for `componenta/error-handler`. The package renders errors through bundled Plates templates.

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

[](#installation)

```
composer require componenta/error-renderer-plates
```

Main API
--------

[](#main-api)

```
use Componenta\Error\Renderer\PlatesRenderer;
use League\Plates\Engine;

$engine = new Engine(__DIR__ . '/templates');
$renderer = new PlatesRenderer($engine);
$html = $renderer->render($exception, $context);
```

`PlatesRenderer` requires a `League\Plates\Engine`. The constructor also accepts:

- `$defaultTemplate`, used when no specific template matches;
- `$debug`, which controls whether file, line, trace, and previous exception data are passed to templates;
- `$templateMap`, where keys may be exception class names or HTTP status codes.

Bundled templates are stored in `templates/` and include generic error, 404, and 500 pages.

Boundary
--------

[](#boundary)

This package only provides a renderer. It does not provide the application template helper from `componenta/templater-app` and does not handle response emission.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance91

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

43d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20490712?v=4)[Andrey Shelamkoff](/maintainers/Shelamkoff)[@Shelamkoff](https://github.com/Shelamkoff)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/componenta-error-renderer-plates/health.svg)

```
[![Health](https://phpackages.com/badges/componenta-error-renderer-plates/health.svg)](https://phpackages.com/packages/componenta-error-renderer-plates)
```

###  Alternatives

[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

3.9k27.8k](/packages/azuracast-azuracast)[spatie/craft-ray

Easily debug CraftCMS projects

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

PHPackages © 2026

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