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

ActivePackage

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 1w 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 10% 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

1652d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/530008a3a5e32fa689343dc342c6686b50267ba86905e55e5f42ad2d1c8c193c?d=identicon)[ahmetbarut](/maintainers/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)
```

PHPackages © 2026

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