Download the PHP package initphp/var-dumper without Composer
On this page you can find all versions of the php package initphp/var-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download initphp/var-dumper
More information about initphp/var-dumper
Files in initphp/var-dumper
Package var-dumper
Short Description VarDumper (DEPRECATED — use symfony/var-dumper, the de facto standard PHP dumper)
License MIT
Informations about the package var-dumper
InitPHP VarDumper
⚠️ DEPRECATED — Use
symfony/var-dumperinstead
symfony/var-dumperis the de facto standard variable dumper for PHP — it ships a richer feature set (dump server, CLI integration, custom casters, max-depth/max-items control, deep object graph rendering) and is actively maintained by the Symfony team.This package never left the
0.xstable line and offered a minimal subset of those features. It is no longer maintained.Migration
Migration is a dependency swap with no source changes —
symfony/var-dumperregisters the samedump()anddd()global functions:Your existing
dump($value)anddd($value)call sites continue to work unchanged.This repository is kept read-only for historical reference. Composer will surface this package as
abandonedoncomposer require,composer update, andcomposer outdated, and suggestsymfony/var-dumperas the replacement.
Installation
or included src/Init.php.
Usage
dump()
dd()
Dump and die
TO-DO
- [ ] Coloring of codes will be made more understandable.
License
Copyright © 2022 MIT License