PHPackages                             ecxod/debug - 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. ecxod/debug

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

ecxod/debug
===========

A package for debuging variables.

1.0.11(10mo ago)141[1 issues](https://github.com/ecxod/debug/issues)MITPHPPHP ^7.2|^7.4|^8.0|^8.2

Since May 21Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ecxod/debug)[ Packagist](https://packagist.org/packages/ecxod/debug)[ RSS](/packages/ecxod-debug/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (14)Used By (0)

Ecxod/Debug
===========

[](#ecxoddebug)

This Library is a part of the Ecxod framework, but it can also be used in other projects as a standalone module

### Install

[](#install)

In Ecxod there is no need to install it as it will be required automatically if you need debugging.

```
php8.2 composer.phar require ecxod/debug
```

the above command requires you to set the following variables in dotenv and it will compile and install also the debug.min.css in the `$_ENV["CSSPATH"]` path

### Dotenv: you will need to set the following variables

[](#dotenv-you-will-need-to-set-the-following-variables)

```
$_ENV['MYIP']=...       # ex. 192.168.178.10,192.168.178.20, optional ..
$_ENV['SCSSPATH']=...   # ex. /scss
$_ENV['VENDOR']=...     # ex. /vendor
$_ENV['AUTOLOAD']=...   # ex. /vendor/autoload.php
$_ENV['WORKSPACE']=...  # ex. /workspace
$_ENV['DOCROOT']=...    # ex. /workspace/public
$_ENV["STATIC"]=...     # ex. /workspace/public/static
$_ENV["CSSPATH"]=...    # ex. /workspace/public/static/css
$_ENV["JSPATH"]=...     # ex. /workspace/public/static/js
```

**Projektstruktur**

```
scss/

public/
  ├─static/
  │   ├─css/
  │   ├─images/
  │   ├─js/
  │
  └── index.php

vendor/
  ├─ecxod/
  │   ├─debug/
  │       ├── compiler.php
  │       ├── composer.json
  │       ├── composer.phar
  │       ├── LICENSE
  │       ├── README.md
  │       ├── scss
          │   └── debug.scss
          └── src
               └── debug
                   └── D.php
```

### load the debug class at the end of your index.php

[](#load-the-debug-class-at-the-end-of-your-indexphp)

#### cat `index.php`

[](#cat-indexphp)

```
DOCTYPE html>

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~65 days

Recently: every ~36 days

Total

13

Last Release

305d ago

Major Versions

v0.1.1 → 1.0.12024-07-30

### Community

Maintainers

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

---

Top Contributors

[![ecxod](https://avatars.githubusercontent.com/u/102165928?v=4)](https://github.com/ecxod "ecxod (57 commits)")

---

Tags

debugecxod-frameworkdebugvariables

### Embed Badge

![Health badge](/badges/ecxod-debug/health.svg)

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

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

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

Debug bar in the browser for php application

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

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M283](/packages/kint-php-kint)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k24.4M1.3k](/packages/tracy-tracy)

PHPackages © 2026

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