PHPackages                             trash07/simple-php-debuging - 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. trash07/simple-php-debuging

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

trash07/simple-php-debuging
===========================

Simple PHP debuging tools

1.1(7y ago)212GPL-3.0PHPPHP &gt;=5.4.0

Since May 9Pushed 7y ago2 watchersCompare

[ Source](https://github.com/trash07/simple-php-debuging)[ Packagist](https://packagist.org/packages/trash07/simple-php-debuging)[ RSS](/packages/trash07-simple-php-debuging/feed)WikiDiscussions master Synced 3d ago

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

simple-php-debuging
===================

[](#simple-php-debuging)

> Simple PHP debuging tools and utils

Simple handy manual debuging utils

Install
-------

[](#install)

```
composer require trash07/simple-php-debuging --dev
```

Load dependencies
-----------------

[](#load-dependencies)

```
require 'vendor/autoload.php'
```

Usage
-----

[](#usage)

- Dumping

```
$people = array('marc', 'john', 'liman');
// what is the structure of $people ?
_dump($people);
```

- Debug

```
$info = array('marc', 'john', 1);
// readable $info array echo
_debug($people);
```

- Stopping execution

```
// simple stop
_stop();
// stop with message
_stop("Sorry we must stop");
```

- Testing condition

```
$r = 10; $s = 11;
// test the condition of the if statement
_condition($r > $s && $r < $s);
if ($r > $s && $r < $s) {
    // do something ...
}
```

```
$r = 10; $s = 11;
// test the condition of the if statement with message
_condition($r > $s && $r < $s, "The $r, $s equality testing if");
if ($r > $s && $r < $s) {
    // do something ...
}
```

- Seing if a line was executed

```
// simple test
_line();
// _line() with message
_line("Are we realy here ?");
```

License
-------

[](#license)

GPL-3.0 © [trash07](https://it-consulting.890m.com)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~14 days

Total

2

Last Release

2913d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e85f3e16409d793f7aada0b42176a5a5dd2c329c3e7318b05e125871d4098fc?d=identicon)[trash07](/maintainers/trash07)

---

Top Contributors

[![trash07](https://avatars.githubusercontent.com/u/13201117?v=4)](https://github.com/trash07 "trash07 (12 commits)")

---

Tags

debugdebugingphpphp-debugingsimpleutils

### Embed Badge

![Health badge](/badges/trash07-simple-php-debuging/health.svg)

```
[![Health](https://phpackages.com/badges/trash07-simple-php-debuging/health.svg)](https://phpackages.com/packages/trash07-simple-php-debuging)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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