Download the PHP package loophp/phptree-ast-generator without Composer
On this page you can find all versions of the php package loophp/phptree-ast-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download loophp/phptree-ast-generator
More information about loophp/phptree-ast-generator
Files in loophp/phptree-ast-generator
Download loophp/phptree-ast-generator
More information about loophp/phptree-ast-generator
Files in loophp/phptree-ast-generator
Vendor loophp
Package phptree-ast-generator
Short Description Generates AST of a PHP script in DOT (Graphviz) or Image (PNG, JPG, SVG) formats.
License MIT
Package phptree-ast-generator
Short Description Generates AST of a PHP script in DOT (Graphviz) or Image (PNG, JPG, SVG) formats.
License MIT
Please rate this library. Is it a good library?
Informations about the package phptree-ast-generator
PHPTree AST Generator
Description
An AST generator based on loophp/phptree.
Requirements
- PHP >= 7.1
- A PHP Parser:
Installation
Usage
Very basic usage
To generate the dot
script for Graphviz
Use the -c
option to generate a fancy export, user-friendly and less verbose.
To generate an image
The generator supports 3 PHP parsers:
Use the -p
option to change it, default is nikic
.
You will find more documentation within the help of the command:
Contributing
Feel free to contribute to this library by sending Github pull requests. I'm quite reactive :-)
All versions of phptree-ast-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.1
loophp/phptree Version ^2.6.2
nikic/php-parser Version ^4.3.0
symfony/console Version ^4 || ^5
loophp/phptree Version ^2.6.2
nikic/php-parser Version ^4.3.0
symfony/console Version ^4 || ^5
The package loophp/phptree-ast-generator contains the following files
Loading the files please wait ....