Libraries tagged by parse tree
raideer/xml-parser
11 Downloads
XML parser written in PHP for usage in IDE tools. Produces an Abstract Syntax Tree.
php-extended/php-html-parser-object
12662 Downloads
A library that implements the php-extended/php-html-parser-interface interface library
php-extended/php-html-parser-interface
15596 Downloads
Interfaces to implement parsing of bbcode text into html tree structure.
php-extended/php-css-selector-parser-object
12623 Downloads
A library that implements the php-extended/php-css-selector-parser-interface interface library.
php-extended/php-bbcode-parser-interface
2800 Downloads
Interfaces to implement parsing of bbcode text into bbcode tree structure.
james2doyle/parsetweet
1306 Downloads
This function can parse tweets and wrap @mentions, #hashtags, and URLs in link tags.
quintenmbusiness/php-ast-code-generation-helper
5 Downloads
A PHP library for generating Abstract Syntax Tree (AST) nodes programmatically, simplifying code generation with nikic/php-parser.
pkeogan/php-file-editor
0 Downloads
Programatically edit PHP and Laravel files.
jojo1981/json-path-ast-builder
4 Downloads
Json Path AST builder
jojo1981/json-ast-builder
4 Downloads
Json AST builder
bennett-treptow/x12-parser
55 Downloads
A library used to parse X12 EDI. Forked from uhin/x12-parser
jmbtechnologylimited/parsedatetimerangestring
3765 Downloads
Takes a string with a date and time range, tries to parse it into date objects.
cloudstash/openweathermap-php-api
24 Downloads
A php api to parse weather data from OpenWeatherMap.org. This api tries to normalise and abstract the data and remove inconsistencies.
g87andres/airnow-php-api
17 Downloads
A php api to parse air quality data from AirNow.gov. This api tries to normalise and abstract the data and remove inconsistencies.
crisu83/closurecompiler-bin
10221 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.