avency/neos-vardump

Neos VarDump Package

Maintainers

👁 gerdemann

Package info

github.com/avency/Avency.Neos.VarDump

Homepage

Type:neos-package

pkg:composer/avency/neos-vardump

Statistics

Installs: 7 148

Dependents: 0

Suggesters: 0

Stars: 14

Open Issues: 0

2.1.0 2026-03-20 09:59 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 10d24916c7ae3adf33b33e9dfe71ec63d9f769ae

This package is auto-updated.

Last update: 2026-06-20 10:34:24 UTC


README

Bringing the Symfony Var-Dump Server to Neos.

This package will give you a dump server, that collects all \Avency\Neos\var_dump call outputs, so that it does not interfere with HTTP / API responses.

Installation

You can install the package via composer:

composer require --dev avency/neos-vardump

The package will register itself automatically.

Usage

Start the dump server by calling the flow command:

./flow dumpserver:start

And then you can put \Avency\Neos\var_dump calls in your methods. But instead of dumping the output in your current HTTP request, they will be dumped in your terminal. This is very useful, when you want to dump data from API requests, without having to deal with HTTP errors.

Credits

License

The MIT License (MIT). Please see License File for more information.