ircmaxell / php-ast-visualizer
An AST Visualizer for PHP
dev-master
2024-05-22 14:53 UTC
Requires
- php: >=7.0
- nikic/php-parser: ^4.0
- phpdocumentor/graphviz: ^1.0.4
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-22 18:33:03 UTC
README
This library will take an AST generated from Nikita's PHP-Parser and generate a nice pretty graph representation.
This isn't really that useful, but maybe you'll find a use for it.
Check out demo.php for examples.
