awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPHP Variable Visualizers

Tools that transform internal PHP data types into formatted strings for state observation.

Distinct from Data Visualization: The candidates focus on hydration, collection libraries, or general charts, not debug-centric variable stringification.

Explore 1 awesome GitHub repository matching development tools & productivity · PHP Variable Visualizers. Refine with filters or upvote what's useful.

Awesome PHP Variable Visualizers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sebastianbergmann/exporterAvatar sebastianbergmann

    sebastianbergmann/exporter

    6,822Vezi pe GitHub↗

    This project is a PHP variable export library designed to convert complex data structures and internal memory states into human-readable strings. It functions as a debugging tool that transforms variables and object hierarchies into formatted text for state inspection and troubleshooting. The system prevents output clutter by creating compact string representations of data types and circular references. It employs recursive traversal with depth limiting and circular reference detection to ensure that complex hierarchies are visualized without causing infinite loops. The library covers a broa

    Transforms raw internal PHP data types into formatted strings to observe value changes throughout a process.

    PHP
    Vezi pe GitHub↗6,822
  1. Home
  2. Development Tools & Productivity
  3. PHP Variable Visualizers