PHPackages                             enmanuelar/exception-catcher - 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. enmanuelar/exception-catcher

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

enmanuelar/exception-catcher
============================

ExceptionCatcher provides functions for handling the catching of exceptions and debugging in a simpler way

v0.1.0(5y ago)05MITPHP &gt;=5.4.0

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/enmanuelar/exception-catcher)[ Packagist](https://packagist.org/packages/enmanuelar/exception-catcher)[ Docs](https://github.com/enmanuelar)[ RSS](/packages/enmanuelar-exception-catcher/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Exception Catcher
=================

[](#exception-catcher)

---

Catch exceptions and debug faster. This package can be used to make debugging easier and pretty print the exceptions to help you find the solution to the problem fast.

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

[](#installation)

Installation is done via composer

```
composer require enmanuelar/exception-catcher

```

#### Basic Example

[](#basic-example)

You just need to instantiate a new ExceptionCatcher in a catch block and call any function you need.

```
try {
	...
} catch (Exception $exception) {
	$catcher = new ExceptionCatcher();
	$catcher->printExceptionDetails($exception);
}

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

2089d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

debugexceptionerrortrycatch

### Embed Badge

![Health badge](/badges/enmanuelar-exception-catcher/health.svg)

```
[![Health](https://phpackages.com/badges/enmanuelar-exception-catcher/health.svg)](https://phpackages.com/packages/enmanuelar-exception-catcher)
```

###  Alternatives

[filp/whoops

php error handling for cool kids

13.6k429.7M1.5k](/packages/filp-whoops)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388284.8k3](/packages/recca0120-laravel-tracy)[zeuxisoo/slim-whoops

PHP whoops error on slim framework

1371.1M27](/packages/zeuxisoo-slim-whoops)[gabrielelana/graceful-death

Library that let you catch fatal errors

568.6k](/packages/gabrielelana-graceful-death)[kuria/error

Makes handling and debugging PHP errors suck less

2120.8k2](/packages/kuria-error)[awesomite/error-dumper

Pretty preview of errors and exceptions

238.2k1](/packages/awesomite-error-dumper)

PHPackages © 2026

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