php-ast topic

List php-ast repositories

php-parser

519
Stars
68
Forks
Watchers

:herb: NodeJS PHP Parser - extract AST or tokens

phpast.com

32
Stars
4
Forks
Watchers

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

php-ast-reverter

51
Stars
12
Forks
Watchers

Reverts the php-ast AST back into (somewhat) PSR-compliant code

php-ast-viewer

17
Stars
2
Forks
Watchers

The PHP AST Viewer is a tool for viewing the Abstract Syntax Tree of PHP code. By visualizing the structure, it helps developers gain a deeper understanding of the code, thus improving code quality an...