ircmaxell / php-ast-visualizer
An AST Visualizer for PHP
Installs: 1 218
Dependents: 0
Suggesters: 0
Security: 0
Stars: 75
Watchers: 7
Forks: 6
Open Issues: 1
Requires
- php: >=7.0
- nikic/php-parser: ^4.0
- phpdocumentor/graphviz: ^1.0.4
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-22 15:38:04 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.