Download the PHP package automit2021/peast without Composer
On this page you can find all versions of the php package automit2021/peast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download automit2021/peast
More information about automit2021/peast
Files in automit2021/peast
Download automit2021/peast
More information about automit2021/peast
Files in automit2021/peast
Vendor automit2021
Package peast
Short Description Peast is PHP library that generates AST for JavaScript code
License BSD-3-Clause
Package peast
Short Description Peast is PHP library that generates AST for JavaScript code
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package peast
Peast
Peast (PHP ECMAScript Abstract Syntax Tree) is a PHP 5.4+ library that parses JavaScript code, according to ECMAScript specification, and generates an abstract syntax tree following the ESTree standard.
Installation
Include the following requirement to your composer.json:
Run composer install
to install the package.
Then in your script include the autoloader and you can start using Peast:
Documentation
Read the documentation for more examples and explanations:
- AST generation and tokenization
- Tree Traversing
- Querying By Selector
- Rendering
Changelog
All versions of peast with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1.0
ext-mbstring Version *
ext-mbstring Version *
The package automit2021/peast contains the following files
Loading the files please wait ....