PHPackages                             hellonico/var-dumper-configurator - 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. hellonico/var-dumper-configurator

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

hellonico/var-dumper-configurator
=================================

Configure Symfony var-dumper when using outside Symfony

0.2.0(3y ago)13.7kGPL-3.0+PHP

Since Jul 12Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (0)

Symfony Var Dumper Configurator
===============================

[](#symfony-var-dumper-configurator)

VarDumper component has some nice features when used with the complete Symfony stack. However, those features are lost or tedious to configure application wide when using in standalone mode.

This package aims to provide a simple way to configure these options such as `theme` and `fileLinkFormat` which puts links on dumped objects that directly open related file in your favorite IDE.

Usage
-----

[](#usage)

Install the package:

```
composer req hellonico/var-dumper-configurator --dev
```

The component is automatically configured with environment variables:

If you're using a `.env` file:

```
VAR_DUMPER_THEME=light
VAR_DUMPER_IDE=vscode
```

Or in pure PHP:

```
$_SERVER['VAR_DUMPER_THEME'] = 'light';
$_SERVER['VAR_DUMPER_IDE'] = 'vscode';
// OR
putenv('VAR_DUMPER_THEME=light');
putenv('VAR_DUMPER_IDE=vscode');
```

**⚠️ Put those lines BEFORE requiring your `vendor/autoload.php` file.**

You can also call the `VarDumperConfigurator::configure` method yourself.

```
HelloNico\VarDumperConfigurator\VarDumperConfigurator::configure('vscode', 'light');
```

**⚠️ Don't `require --dev` if using it that way.**

### IDE supported

[](#ide-supported)

Check the Symfony docs for a full list of supported IDE:

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% 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 ~0 days

Total

2

Last Release

1406d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62f16c9d375343e12eb02b2a3095dc9a02047287b5f12f75ef4c59929fcb2802?d=identicon)[n5s](/maintainers/n5s)

---

Top Contributors

[![nlemoine](https://avatars.githubusercontent.com/u/2526939?v=4)](https://github.com/nlemoine "nlemoine (7 commits)")[![alessandro-newzoo](https://avatars.githubusercontent.com/u/47320294?v=4)](https://github.com/alessandro-newzoo "alessandro-newzoo (1 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[symfony/debug-bundle

Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework

2.4k115.8M824](/packages/symfony-debug-bundle)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

573146.7M471](/packages/spatie-laravel-ignition)[spatie/ignition

A beautiful error page for PHP applications.

511147.6M69](/packages/spatie-ignition)[yireo/magento2-whoops

Magento 2 module adding Whoops error handling

102703.5k](/packages/yireo-magento2-whoops)[laradumps/laradumps-core

LaraDumps is a friendly app designed to boost your Laravel / PHP coding and debugging experience.

261.2M13](/packages/laradumps-laradumps-core)

PHPackages © 2026

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