awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sebastianbergmann/exporterAvatar de sebastianbergmann

    sebastianbergmann/exporter

    6,822Voir sur 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
    Voir sur GitHub↗6,822
  1. Home
  2. Development Tools & Productivity
  3. PHP Variable Visualizers