/phpast.com

A web tool to explore the ASTs generated by PHP-Parser.

Primary LanguagePHPMIT LicenseMIT

A web tool to explore the ASTs generated by PHP-Parser.

About

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.

image

Contributing

All contributions are welcome. Please fork this repository, make your changes in a separate branch (from main) and open a pull request.

License

This repository is available under the MIT license. For more information, please visit LICENSE.