PHPackages                             jorge-matricali/jtrace - 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. jorge-matricali/jtrace

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

jorge-matricali/jtrace
======================

Prints PHP exceptions in a Java style

v1.0(12y ago)014MITPHPPHP &gt;=5.3.3CI failing

Since Feb 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/matricali/jtrace)[ Packagist](https://packagist.org/packages/jorge-matricali/jtrace)[ RSS](/packages/jorge-matricali-jtrace/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![Version 2.3.0](https://camo.githubusercontent.com/030d918ec7f58a0671f2cb64ffa30be30e7c39ed357983922e821efd9dac359f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76302e302e312d677265656e2e737667)](https://camo.githubusercontent.com/030d918ec7f58a0671f2cb64ffa30be30e7c39ed357983922e821efd9dac359f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76302e302e312d677265656e2e737667)[![Build Status](https://camo.githubusercontent.com/d033518ce64053332ebc6b235c02eac53bbd34ca1339371e54c2da3e516ae7e8/68747470733a2f2f7472617669732d63692e6f72672f6a6f7267652d6d6174726963616c692f6a74726163652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/d033518ce64053332ebc6b235c02eac53bbd34ca1339371e54c2da3e516ae7e8/68747470733a2f2f7472617669732d63692e6f72672f6a6f7267652d6d6174726963616c692f6a74726163652e7376673f6272616e63683d6d6173746572) [![Coverage Status](https://camo.githubusercontent.com/24ab0b3e5a0409e9d384d075553b39727d67fc7e59d90c25f2315c0d46656960/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6a6f7267652d6d6174726963616c692f6a74726163652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/jorge-matricali/jtrace?branch=master)[![MIT licensed](https://camo.githubusercontent.com/1159bcb457f8ff3eac1d65a35efadbca1b8abc59f6c91931291460e239ac3eab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a6f7267652d6d6174726963616c692f6a74726163652e737667)](https://raw.githubusercontent.com/jorge-matricali/jtrace/master/LICENSE.txt) [![Packagist](https://camo.githubusercontent.com/37e36d58d5c0730f66ad798dd575a850c3167695848763231f2d406abf16b4fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f7267652d6d6174726963616c692f6a74726163652e737667)](https://packagist.org/packages/jorge-matricali/jtrace)

jTrace PHP
==========

[](#jtrace-php)

Prints PHP exceptions in a Java style :)

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

[](#installation)

You can add this library as a dependency to your project using [Composer](https://getcomposer.org/):

```
composer require jorge-matricali/jtrace

```

If you only need this library during development, then you should install using:

```
composer require --dev jorge-matricali/jtrace

```

### Usage

[](#usage)

```
use JorgeMatricali\JTrace;

try {
    // ...
} catch (Exception $e) {
    echo JTrace::print($e);
}
```

The code above yields the output below:

Phalcon\\Mvc\\Dispatcher\\Exception: IndexController handler class cannot be loaded at Phalcon.Mvc.Dispatcher.\_throwDispatchException(index.php:93) at Phalcon.Dispatcher.\_dispatch(Unknown Source) at Phalcon.Dispatcher.dispatch(Unknown Source) at Phalcon.Mvc.Application.handle(Unknown Source) ... 1 more

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

4470d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cc2241465209cdb9cc89ebc9d13b0e37e68c1900fda4e742be0a409205d8009?d=identicon)[matricali](/maintainers/matricali)

---

Top Contributors

[![matricali](https://avatars.githubusercontent.com/u/6726829?v=4)](https://github.com/matricali "matricali (8 commits)")

---

Tags

tracejava

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jorge-matricali-jtrace/health.svg)

```
[![Health](https://phpackages.com/badges/jorge-matricali-jtrace/health.svg)](https://phpackages.com/packages/jorge-matricali-jtrace)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[koriym/xdebug-mcp

Universal PHP Xdebug MCP Server with AI-optimized debugging support

4011.6k1](/packages/koriym-xdebug-mcp)[kuria/error

Makes handling and debugging PHP errors suck less

1920.0k2](/packages/kuria-error)[steevanb/php-backtrace

Nice debug\_backtrace() dump, with call and code preview

22142.6k5](/packages/steevanb-php-backtrace)

PHPackages © 2026

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