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

beyondcode/laravel-dump-server

Bring Symfony's Var-Dump Server to Laravel observed · 2026-08-28

github.com/beyondcode/laravel-dump-server · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

26/100

  • Activity 8
  • Release rhythm 8
  • 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: n/a
  • age_days: 2977
  • days_rel: 553
  • days_push: 553
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1558 stars · 90 forks observed · 2026-08-28

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

A Laravel package that brings Symfony's Var-Dump Server to Laravel applications. It collects all dump() call outputs in a separate server process so debug output does not interfere with HTTP or API responses.

Use cases

  • dump debug data from API requests without corrupting JSON responses
  • collect dump() output in a terminal instead of the HTTP response
  • debug Laravel apps where dumping breaks HTTP headers
  • view dump output as HTML files
  • run a dedicated dump server via artisan

When to choose

  • you develop Laravel apps and use dump()/dd() for debugging
  • you need debug output separated from HTTP/API responses
  • you want a lightweight Composer dev dependency for debugging

When to avoid

  • you don't use Laravel or PHP
  • you need a full step debugger like Xdebug
  • you want a GUI for collected dumps (consider Laravel Herd instead)

Facets

library · maturity maintenance

developer-tools logging cli developer-tools web-development backend php cli cross-platform laravel var-dumper dump-server debugging symfony

5 sources

Member repositories

RepositoryRoleHealth v2
beyondcode/laravel-dump-servermain26

For agents

markdown · JSON · MCP: product_card(name="beyondcode/laravel-dump-server")

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