Libraries tagged by syntax-tree
ajthinking/archetype
4361026 Downloads
Programmatically edit PHP and Laravel files.
nikic/php-ast
11225 Downloads
Extension exposing PHP 7 abstract syntax tree
pimcore/search-query-parser
581732 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
mougrim/yaml-cst
3249 Downloads
PHP library for parsing and manipulating YAML documents while preserving format using Tree-sitter via FFI (Concrete Syntax Tree)
phpsyntax/phpsyntax
315 Downloads
🌳 PhpSyntax: a lossless concrete syntax tree (CST) for PHP. Every token, space and comment is in the tree and printing it gives the file back byte for byte, so a tool changes only what it touches. Comes with a mutation API for refactoring, formatters and code generation.
ajthinking/php-file-manipulator
126 Downloads
Programmatically edit PHP and Laravel files.
sobolevwladimir/vexcel
9534 Downloads
Parse excel formula to syntax tree
jcnventura/pharborist
123351 Downloads
Pharborist builds a syntax tree for PHP that can be traversed and manipulated.
tpunt/php-ast-reverter
86 Downloads
Reverts an AST back into (somewhat) PSR-compliant code
dresscode/dresscode
61 Downloads
👔 DressCode: checks and fixes PHP coding style, and upgrades code to newer PHP and to new versions of libraries. Built on a lossless syntax tree, so it changes only what it touches. PER-CS, PSR-12, Nette.
chh/sirel
68 Downloads
Flexible SQL builder which builds an Abstract Syntax Tree of SQL and dumps it.
grom358/pharborist
34071 Downloads
Pharborist builds a syntax tree for PHP that can be traversed and manipulated.
mnvx/syntax-tree
537 Downloads
Syntax tree
oxygensuite/php-ast
24 Downloads
A lightweight Abstract Syntax Tree (AST) implementation for PHP, enabling structured parsing, analysis, and transformation of PHP code.
loophp/phptree-ast-generator
49 Downloads
Generates AST of a PHP script in DOT (Graphviz) or Image (PNG, JPG, SVG) formats.