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

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

sicet7/debug
============

Some small useful debug functions.

1.0.0(10y ago)01171MITPHPPHP &gt;=5.0

Since Jul 15Pushed 10y ago1 watchersCompare

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

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

DebugFunctions
==============

[](#debugfunctions)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.0

### Usage

[](#usage)

```
    dvd('hej',false);
```

Outputs the same as:

```
    echo '';
    var_dump('hej');
    var_dump(false);
    die();
```

if you want your var\_dump as a string.

```
    echo vds(false);
```

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3960d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  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)[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)[beyondcode/helo-laravel

HELO Laravel debug helper

90360.1k](/packages/beyondcode-helo-laravel)

PHPackages © 2026

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