Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ircmaxell/php-ast-visualizer
An AST visualizer, for PHP
https://github.com/ircmaxell/php-ast-visualizer
Last synced: 3 months ago
JSON representation
An AST visualizer, for PHP
- Host: GitHub
- URL: https://github.com/ircmaxell/php-ast-visualizer
- Owner: ircmaxell
- License: mit
- Created: 2019-03-09T18:43:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:53:31.000Z (6 months ago)
- Last Synced: 2024-07-25T09:28:01.074Z (4 months ago)
- Language: PHP
- Size: 609 KB
- Stars: 75
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)