spiral / spiral/framework

Add `dump` command

Open
#1,237 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
PHP
Stars
2.1k
Forks
92
Avg merge
14h 57m
Merged PRs (30d)
4

Description

Add a service and console command that will dump anything. Packages will provide their handlers with metadata to dump.

Examples:

  • project directories registered in Kernel
  • routes
  • configs
  • some non-sensitive envs

Will be useful for:

  • IDE plugin
  • MCP
  • Debug

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by identifying the framework's service and console-command entry points, then trace how packages could provide dump handlers with metadata. Review the listed examples and intended IDE plugin, MCP, and debug uses to define the supported scope. Done means the command and service can expose the agreed registered data without including sensitive environment values.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
cli, devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.