PHPackages                             kregel/exception-probe - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kregel/exception-probe

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

kregel/exception-probe
======================

A package to help get more information from stack traces, and exceptions

v1.0.0(5y ago)384.7k↓34.1%2[1 PRs](https://github.com/austinkregel/php-exception-probe/pulls)5MITPHPPHP &gt;=7.1CI failing

Since Aug 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/austinkregel/php-exception-probe)[ Packagist](https://packagist.org/packages/kregel/exception-probe)[ Docs](https://github.com/kregel/php-exception-probe)[ Fund](https://beerpay.io/austinkregel/php-exception-probe)[ Fund](https://ko-fi.com/kregel)[ RSS](/packages/kregel-exception-probe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (5)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3a8f977a12f304511fa51a2aa26f75fe98d2e096cfa2ca16b03a3f0851da815d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b726567656c2f657863657074696f6e2d70726f62652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/exception-probe)[![Total Downloads](https://camo.githubusercontent.com/05bcfa9a7fb79bd172733cecedba11face633394349ed9eb97139abddf2eba03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b726567656c2f657863657074696f6e2d70726f62652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kregel/exception-probe)

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

[](#installation)

You can install the package via composer:

```
composer require kregel/exception-probe
```

Usage
-----

[](#usage)

```
$stacktrace = new Kregel\ExceptionProbe\Stacktrace();
echo $stacktrace->parse('ErrorException: The thing that was suppose to do stuff broke
#0 /usr/share/php/test/index.php(34): Kernel->run()
#1 /usr/share/php/test/Framework/file-thing.php(143): SomeClass->doTheThing()
#2 /usr/share/php/PHPUnit/Framework/TestCase.php(626): SeriesHelperTest->setUp()
#3 /usr/share/php/PHPUnit/Framework/TestResult.php(666): PHPUnit_Framework_TestCase->runBare()
#4 /usr/share/php/PHPUnit/Framework/TestCase.php(576): PHPUnit_Framework_TestResult->run(Object(SeriesHelperTest))
#5 /usr/share/php/PHPUnit/Framework/TestSuite.php(757): PHPUnit_Framework_TestCase->run(Object(PHPUnit_Framework_TestResult))
#6 /usr/share/php/PHPUnit/Framework/TestSuite.php(733): PHPUnit_Framework_TestSuite->runTest(Object(SeriesHelperTest), Object(PHPUnit_Framework_TestResult))
#7 /usr/share/php/PHPUnit/TextUI/TestRunner.php(305): PHPUnit_Framework_TestSuite->run(Object(PHPUnit_Framework_TestResult), false, Array, Array, false)
#8 /usr/share/php/PHPUnit/TextUI/Command.php(188): PHPUnit_TextUI_TestRunner->doRun(Object(PHPUnit_Framework_TestSuite), Array)
#9 /usr/share/php/PHPUnit/TextUI/Command.php(129): PHPUnit_TextUI_Command->run(Array, true)
#10 /usr/bin/phpunit(53): PHPUnit_TextUI_Command::main()
#11 {main}"');
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Austin Kregel](https://github.com/austinkregel)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~233 days

Total

5

Last Release

1888d ago

Major Versions

v0.0.4 → v1.0.02021-03-17

PHP version history (2 changes)v0.0.1PHP ^7.1

v1.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c5c1ee0adf552aec8a54c1760dd99c4d1b90c0360dccafeef849a14ff37f706?d=identicon)[austinkregel](/maintainers/austinkregel)

---

Top Contributors

[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (19 commits)")[![gms8994](https://avatars.githubusercontent.com/u/50712?v=4)](https://github.com/gms8994 "gms8994 (1 commits)")

---

Tags

exceptionparserphpphp-exception-probe

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kregel-exception-probe/health.svg)

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

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k89.3M627](/packages/jms-serializer-bundle)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[meyfa/php-svg

Read, edit, write, and render SVG files with PHP

54613.9M42](/packages/meyfa-php-svg)

PHPackages © 2026

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