PHPackages                             marko/errors-advanced - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. marko/errors-advanced

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

marko/errors-advanced
=====================

Advanced error handling with Whoops integration for the Marko framework

0.8.4(1mo ago)032MITPHPPHP &gt;=8.5

Since Mar 25Pushed 1mo agoCompare

[ Source](https://github.com/marko-php/marko-errors-advanced)[ Packagist](https://packagist.org/packages/marko/errors-advanced)[ RSS](/packages/marko-errors-advanced/feed)WikiDiscussions develop Synced 4w ago

READMEChangelogDependencies (15)Versions (23)Used By (0)

marko/errors-advanced
=====================

[](#markoerrors-advanced)

Pretty error pages with syntax-highlighted code, stack traces, and request details --- so you can diagnose issues at a glance during development.

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

[](#installation)

```
composer require marko/errors-advanced
```

Quick Example
-------------

[](#quick-example)

Just throw exceptions --- the advanced error handler catches them automatically and renders a rich HTML error page:

```
use Marko\Core\Exceptions\MarkoException;

throw new MarkoException(
    message: 'Order processing failed',
    context: 'Processing order #12345',
    suggestion: 'Check the payment gateway configuration in config/payments.php',
);
```

Documentation
-------------

[](#documentation)

Full usage, API reference, and examples: [marko/errors-advanced](https://marko.build/docs/packages/errors-advanced/)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

21

Last Release

58d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/437029?v=4)[Mark Shust](/maintainers/markshust)[@markshust](https://github.com/markshust)

---

Top Contributors

[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (20 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/marko-errors-advanced/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B12.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

2044.7M337](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2430.8M420](/packages/open-telemetry-sdk)

PHPackages © 2026

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