awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sebastianbergmann/exporterAvatar de sebastianbergmann

    sebastianbergmann/exporter

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