spiral / dumper

Colorful variable dumper: HTML, logs and CLI support. Subtree split of the Spiral Dumper component (see spiral/framework)

Home Page:https://github.com/spiral/framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spiral: Colorful variable dumper

Latest Stable Version Codecov

With spiral/dumper, developers can easily inspect and analyze variable values during the development process, making it an indispensable tool for debugging and troubleshooting in web and CLI applications.

The component provides a wrapper over the symfony/var-dumper library. This component sends dumps directly to the browser within HTTP workers or to the STDERR output in other environments.

Documentation

Usage

Installation:

composer require spiral/dumper

In your code:

dump($variable);

License

The MIT License (MIT). Please see LICENSE for more information. Maintained by SpiralScout.

About

Colorful variable dumper: HTML, logs and CLI support. Subtree split of the Spiral Dumper component (see spiral/framework)

https://github.com/spiral/framework

License:MIT License


Languages

Language:PHP 100.0%