PHPackages                             initphp/var-dumper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. initphp/var-dumper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

initphp/var-dumper
==================

VarDumper

0.1.1(3y ago)115MITPHPPHP &gt;=7.2

Since Sep 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/InitPHP/VarDumper)[ Packagist](https://packagist.org/packages/initphp/var-dumper)[ RSS](/packages/initphp-var-dumper/feed)WikiDiscussions main Synced 1mo ago

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

InitPHP VarDumper
=================

[](#initphp-vardumper)

Installation
------------

[](#installation)

```
composer require initphp/var-dumper

```

or included `src/Init.php`.

Usage
-----

[](#usage)

### `dump()`

[](#dump)

```
$obj = new stdClass;
$obj->pi = 3.14;

dump($obj);
```

### `dd()`

[](#dd)

Dump and die

```
$var = 'xml';

dd($var);
```

TO-DO
-----

[](#to-do)

- Coloring of codes will be made more understandable.

License
-------

[](#license)

Copyright © 2022 [MIT License](./LICENSE)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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

Every ~2 days

Total

2

Last Release

1336d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b6b34f3ac8938d8ee52ba3bd260680855dc5715c7b2929d9380de30d15a67dd?d=identicon)[muhammetsafak](/maintainers/muhammetsafak)

---

Top Contributors

[![muhammetsafak](https://avatars.githubusercontent.com/u/104234499?v=4)](https://github.com/muhammetsafak "muhammetsafak (8 commits)")

### Embed Badge

![Health badge](/badges/initphp-var-dumper/health.svg)

```
[![Health](https://phpackages.com/badges/initphp-var-dumper/health.svg)](https://phpackages.com/packages/initphp-var-dumper)
```

###  Alternatives

[nostalgiaz/bootstrap-switch

Turn checkboxes and radio buttons into toggle switches.

5.0k362.3k4](/packages/nostalgiaz-bootstrap-switch)[cpx/cpx

Run any command from any composer package, even if it's not installed in your project.

40410.9k1](/packages/cpx-cpx)[helgesverre/domain-availability

A PHP library for checking if a domain name is registered or not

26618.4k1](/packages/helgesverre-domain-availability)[ytake/valueobjects

A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.(temporary package)

6086.2k](/packages/ytake-valueobjects)

PHPackages © 2026

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