A web tool to explore the ASTs generated by PHP-Parser.
This web tool provides a GUI for exploring the AST of your PHP code. You can enter any valid PHP code into the editor and click 'Generate'. This will produce an AST that can be explored as JSON.
All contributions are welcome. Please fork this repository, make your changes in a separate branch (from main
) and open a pull request.
This repository is available under the MIT license. For more information, please visit LICENSE.