Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable observed · 2026-08-28

github.com/symfony/var-dumper · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 4359
  • days_rel: 11
  • days_push: 11
  • n_releases_24m: 54

Full methodology

Adoption not part of the score

7428 stars · 102 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

The Symfony VarDumper component provides mechanisms for walking through any arbitrary PHP variable, offering an improved dump() function to replace var_dump(). It supports configurable output formats (HTML or colored CLI), specialized object/resource views, and reference inspection.

Use cases

  • inspect complex PHP variables during development
  • replace var_dump with a better dump function
  • dump variables with HTML or colored CLI output
  • debug Doctrine entities without dumping proxy internals
  • inspect object and array reference structures
  • dump variables from PHPUnit test suites
  • run a dump server to collect dumps over the network

When to choose

  • you need readable, structured variable dumps in PHP
  • you want framework-agnostic debugging in any PHP project
  • you need to inspect deep object graphs or references
  • you want Twig or Symfony DebugBundle integration

When to avoid

  • you need a full step debugger with breakpoints (use Xdebug)
  • you need production profiling or APM (use a monitoring tool)
  • your project is not PHP

Facets

library · maturity stable

developer-tools logging developer-tools php cli cross-platform debugging dump var-dump symfony-component php web-server

6 sources

Member repositories

RepositoryRoleHealth v2
symfony/var-dumpermain99

For agents

markdown · JSON · MCP: product_card(name="symfony/var-dumper")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem