PHPackages                             ahmetbarut/php-exception - 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. ahmetbarut/php-exception

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

ahmetbarut/php-exception
========================

Php simple expception

v0.1.0(4y ago)06MITPHPPHP &gt;=7.4

Since Nov 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ahmetbarut/php-exceptions)[ Packagist](https://packagist.org/packages/ahmetbarut/php-exception)[ RSS](/packages/ahmetbarut-php-exception/feed)WikiDiscussions master Synced 3w ago

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

PHP Exception View
==================

[](#php-exception-view)

It finds which file and line it is in by following the exceptions in PHP and shows you the codes of the relevant file and error.

Example: [![Exception example](imgs/exception-example.png)](imgs/exception-example.png)

Install
=======

[](#install)

```
    composer require ahmetbarut/php-exception
```

Configure
---------

[](#configure)

My advice to you is to use it where all the exceptions occur, that is, where your application is running. This way you can see all exceptions.

```
    use AhmetBarut\Exception\Init;

    try {
        // code...
    } catch (\Throwable $th) {

        $ex = new Init($th);
        $ex->run();
    }
```

...

###  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

Maturity40

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

1698d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36641723?v=4)[Ahmet Barut](/maintainers/ahmetbarut)[@ahmetbarut](https://github.com/ahmetbarut)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ahmetbarut-php-exception/health.svg)

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

###  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)
