Libraries tagged by php parser
mustelaitatsi/mrzparser
27815 Downloads
A PHP package for MRZ parsing.
mishal/iless
38290 Downloads
Less.js port to PHP
mimmi20/ua-normalizer
274572 Downloads
the Normalizers extracted from the UaNormalizer PHP Library for PHP 7+
mimmi20/ua-generic-request
235574 Downloads
the Generic Request Object extracted from Wurfl for PHP 7.1+
league/uri-polyfill
25767 Downloads
Polyfill backporting PHP 8.5+ native RFC3986/WHATWG URI features to lower PHP versions
jrmajor/fluent
18280 Downloads
Fluent localization system for PHP
goaop/dissect
120631 Downloads
A set of tools for lexical and syntactical analysis written in pure PHP
drnxloc/laravel-simple-html-dom
376476 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
cekurte/rql
87831 Downloads
A Resource Query Language to PHP
akturan/plistparser
57645 Downloads
A PHP Class for Reading and Parsing XML Plist files
mimmi20/wurfl
98284 Downloads
the Wurfl PHP Library for PHP 5.3+
jtripper/tcpdi
74632 Downloads
TCPDI is a PHP class for importing PDF to use with TCPDF
christophwurst/id3parser
781846 Downloads
An ID3 parser
php-static-analysis/node-visitor
62869 Downloads
PHP parser node visitor that converts Attributes into PHPDoc annotations
marcocesarato/sqlparser
46130 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.