Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ircmaxell/php-ast-visualizer

An AST visualizer, for PHP
https://github.com/ircmaxell/php-ast-visualizer

Last synced: about 2 months ago
JSON representation

An AST visualizer, for PHP

Awesome Lists containing this project

README

        

# PHP Ast Visualizer

This library will take an AST generated from [Nikita's PHP-Parser](https://github.com/nikic/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`](demo.php) for examples.

![A demo graphic](demo.png)