Add `dump` command
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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