PHPackages                             getolympus/olympus-hades-error-handler - 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. getolympus/olympus-hades-error-handler

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

getolympus/olympus-hades-error-handler
======================================

Olympus Hades is a bundle used to handle all Olympus errors from your WordPress website and its plugins.

v0.0.5(5y ago)0982MITPHP

Since Feb 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/GetOlympus/Hades-Error-Handler)[ Packagist](https://packagist.org/packages/getolympus/olympus-hades-error-handler)[ Docs](https://github.com/GetOlympus/Hades-Error-Handler)[ RSS](/packages/getolympus-olympus-hades-error-handler/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (5)Used By (2)

Olympus Hades Error Handle
==========================

[](#olympus-hades-error-handle)

> **Olympus Hades Error Handler** is a bundle used to handle all Olympus errors from your WordPress website and its plugins.

```
composer require getolympus/olympus-hades-error-handler
```

---

[![Olympus Component](https://camo.githubusercontent.com/f483886a465a9e44005a352c6c1ba6556689a579ecf0d8b984cf60becaaa878c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666f722d4f6c796d7075732d3434636331312e7376673f7374796c653d666c61742d737175617265)](https://github.com/GetOlympus)[![CodeFactor Grade](https://camo.githubusercontent.com/794d49247f989f36db7ae4bee71c1a03274e077ef109a1252ebeafaa66e4f07e/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f4765744f6c796d7075732f48616465732d4572726f722d48616e646c65722f62616467653f7374796c653d666c61742d737175617265)](https://www.codefactor.io/repository/github/getolympus/Hades-Error-Handler)[![Packagist Version](https://camo.githubusercontent.com/a818421d8c05cd96d749349bba362d4fe055f7f24875db5ce533ed25bdeb84a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6765746f6c796d7075732f6f6c796d7075732d48616465732d4572726f722d48616e646c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/getolympus/olympus-Hades-Error-Handler)[![MIT](https://camo.githubusercontent.com/68035de4b7f69ada20e98e34172f47d361b83a017c8045200fc338660c467897/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49545f4c6963656e73652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/GetOlympus/Hades-Error-Handler/blob/master/LICENSE)

---

Features
--------

[](#features)

- Better and secure folder structure
- Dependency management with [**Composer**](https://getcomposer.org)
- Seldaek [**Monolog**](https://github.com/seldaek/monolog) component
- Symfony [**Error handler**](https://github.com/symfony/error-handler) component

[![With Composer](https://camo.githubusercontent.com/dacce2a4a9e37de39f54cff61ec74d04034a3417389a8c30b0bc01792d7c475a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f776974682d436f6d706f7365722d3838353633302e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/dacce2a4a9e37de39f54cff61ec74d04034a3417389a8c30b0bc01792d7c475a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f776974682d436f6d706f7365722d3838353633302e7376673f7374796c653d666c61742d737175617265)

Initialization
--------------

[](#initialization)

To initialize Hades, you'll need to extend the main class before all:

```
namespace MyCustomPackage;

use GetOlympus\Hades\Hades;

class ErrorDebugger extends Hades
{
}
```

Once done, simple initiate your custom class and register handlers:

```
/**
 * Use the ErrorDebugger to display errors
 */
$err = ErrorDebugger::register([
    'debug' => WP_DEBUG,
    'level' => WP_DEBUG ? 500 : 100,
    'logs'  => 'my/custom/logs/folder/',
    'title' => 'My custom handler title',
]);
```

Release History
---------------

[](#release-history)

See [**CHANGELOG.md**](https://github.com/GetOlympus/Hades-Error-Handler/blob/master/CHANGELOG.md) for all details.

Contributing
------------

[](#contributing)

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

---

**Built with ♥ by [Achraf Chouk](http://github.com/crewstyle "Achraf Chouk") ~ (c) since a long time.**

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

1970d ago

### Community

Maintainers

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

---

Top Contributors

[![crewstyle](https://avatars.githubusercontent.com/u/1572149?v=4)](https://github.com/crewstyle "crewstyle (13 commits)")

---

Tags

errorerror-handlerhadeshandlerolympusolympus-bundlephpwordpressphpwordpresslibraryerrorhandlerhadeserrorhandlerolympusolympus-hades

### Embed Badge

![Health badge](/badges/getolympus-olympus-hades-error-handler/health.svg)

```
[![Health](https://phpackages.com/badges/getolympus-olympus-hades-error-handler/health.svg)](https://phpackages.com/packages/getolympus-olympus-hades-error-handler)
```

###  Alternatives

[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)

PHPackages © 2026

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