PHPackages                             kktsvetkov/kluzo - 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. kktsvetkov/kluzo

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

kktsvetkov/kluzo
================

Kluzo PHP Debug Bar - the PHP debugging tool that is always helping you prevent making stupid mistakes and causing accidents.

0.1(4y ago)13LGPL-3.0PHPPHP &gt;=7.1

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kktsvetkov/kluzo)[ Packagist](https://packagist.org/packages/kktsvetkov/kluzo)[ RSS](/packages/kktsvetkov-kluzo/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

**NB!** *KT: I am still fiddling with this, and it is not yet stable. In other words, the code, structure, classes and methods will likely change*

Kluzo PHP Debug Tool
====================

[](#kluzo-php-debug-tool)

**Kluzo PHP Debug Tool** is the PHP debugging tool with a purpose: to help you prevent making stupid mistakes and causing accidents.

**What does this library do?**

In basic terms, *the Inspector wearing Disguise collects Clues in Pockets, which at the end are presented in a Report using different Formats.*

Basic Use
---------

[](#basic-use)

You can take **Kluzo** as is out of the box and start using it right away.

Advanced Use
------------

[](#advanced-use)

- [Clues](docs/CLUES.md): how, where and when are clues collected
- [Pockets](docs/POCKETS.md): organizing the clues in ... well, pockets
- [Reports](docs/REPORTS.md): how the collected information are presented when the case is over
- [Formats](docs/FORMATS.md): how formatting the clues for the report works
- [Inspector](docs/INSPECTOR.md): the Inspector collects the clues in pockets, and when ready presents the report
- [Inspector Disguise](docs/DISGUISE.md): how to access the Inspector
- [Inspector Tricks](docs/TRICKS.md): how the Inspector can learn new tricks

Tips and Tricks
---------------

[](#tips-and-tricks)

If the documentation is too big and lengthy for you, here are few tips:

- To silence Kluzo on production environments you must call `kluzo::mute()` (this is actually `Kluzo\Disguise::mute()`). This will replace the current inspector with an "Imposter" (`Kluzo\Inspector\ImposterInspector`) that ignores your commands and at the end of the script will not produce a report.
- You can turn on and off Kluzo while working if you want to stop it from collecting clues:

    - turn it ON: `kluzo::on()`, `kluzo::enable()`, `kluzo::resume()` (all aliases to `kluzo::resumeCase()`)
    - turn it OFF: `kluzo::off()`, `kluzo::disable()`, `kluzo::suspend()` (all aliases to `kluzo::suspendCase()`)
    - check is it ON: `kluzo::ison()` (alias of `kluzo::isCasesActive()`)
    - check is it ON: `kluzo::isoff()` (alias of `kluzo::isCasesSuspended()`)
- It is not recommended to rely on the ON/OFF feature if you want to silence Kluzo on live production environments as there might be occasional rogue code that turns it back on; instead it is better to use `kluzo::mute()`

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

1650d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b59326c3407a4f69763aade9634385da9788faab0307329c0dd277021dbe0340?d=identicon)[kktsvetkov](/maintainers/kktsvetkov)

---

Top Contributors

[![kktsvetkov](https://avatars.githubusercontent.com/u/694812?v=4)](https://github.com/kktsvetkov "kktsvetkov (199 commits)")

---

Tags

debugdebug-bardebug-tooldebug-toolbardebugbardebuggerdebuggingkluzophpphp7debugdebugbardebug bardebugging

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kktsvetkov-kluzo/health.svg)

```
[![Health](https://phpackages.com/badges/kktsvetkov-kluzo/health.svg)](https://phpackages.com/packages/kktsvetkov-kluzo)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M621](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M38](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[snowair/phalcon-debugbar

Integrates PHP Debug Bar with Phalcon.

160123.3k1](/packages/snowair-phalcon-debugbar)

PHPackages © 2026

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