PHPackages                             noelclick/php-frontend-debugger - 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. noelclick/php-frontend-debugger

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

noelclick/php-frontend-debugger
===============================

Lightweight frontend debugger and exception handler for PHP.

v1.0.0(3y ago)1673GPL-2.0-onlyPHPPHP ^8.0

Since Oct 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/NoelClick/php-frontend-debugger)[ Packagist](https://packagist.org/packages/noelclick/php-frontend-debugger)[ Docs](https://github.com/NoelClick/php-frontend-debugger)[ RSS](/packages/noelclick-php-frontend-debugger/feed)WikiDiscussions main Synced 1mo ago

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

PHP Frontend Debugger &amp; Exception Handler
=============================================

[](#php-frontend-debugger--exception-handler)

Lightweight frontend debugger and exception handler for PHP.

---

Features
--------

[](#features)

- Debug/Print any variable to the frontend debugger box.
- Show formatted stacktrace of exceptions.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer installation:

[](#composer-installation)

`composer req "noelclick/php-frontend-debugger"`

### Set exception handler

[](#set-exception-handler)

```
// Composer autoloader
require "./vendor/autoload.php";

\NoelClick\PhpFrontendDebugger\ExceptionHandler::getInstance()
    ->setCondition(true) // Optionally, you can set conditions with the `setCondition()` method.
    ->handle();
```

### Print variable (Will be printed if an error occurs)

[](#print-variable-will-be-printed-if-an-error-occurs)

```
// Composer autoloader
require "./vendor/autoload.php";

$fooBar = ["foo", "bar"];

\NoelClick\PhpFrontendDebugger\FrontendDebugger::getInstance()
        ->insert($fooBar, "FooBar"); // Optionally, you can also specify a title.
```

Changelog
---------

[](#changelog)

All notable changes to this project will be documented in the [CHANGELOG.md](CHANGELOG.md) file.

Copyright
---------

[](#copyright)

© Copyright 2022 by Noel Kayabasli

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1308d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46f84da621c1aa0ce595430b64c1ce958f232fb2c94771530b66d9844b8f0fe4?d=identicon)[NoelClick](/maintainers/NoelClick)

---

Top Contributors

[![NoelClick](https://avatars.githubusercontent.com/u/93366977?v=4)](https://github.com/NoelClick "NoelClick (2 commits)")

---

Tags

phpexception handlerFrontend debuggerphp-frontend-debuggerNoelClick

### Embed Badge

![Health badge](/badges/noelclick-php-frontend-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/noelclick-php-frontend-debugger/health.svg)](https://phpackages.com/packages/noelclick-php-frontend-debugger)
```

###  Alternatives

[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)[h4cc/phpqatools

A meta composer package for PHP QA Tools.

6418.6k1](/packages/h4cc-phpqatools)[kuria/error

Makes handling and debugging PHP errors suck less

1920.0k2](/packages/kuria-error)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2214.4k](/packages/thehocinesaad-laravel-error-ai)

PHPackages © 2026

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