Libraries tagged by parser in php
tburry/pquery
450425 Downloads
A jQuery like html dom parser written in php.
bcncommerce/json-stream
1794373 Downloads
A bundle of tools to work with JSON in PHP
avadim/fast-excel-reader
257486 Downloads
Lightweight and very fast XLSX Excel Spreadsheet Reader in PHP
readdle/app-store-server-api
177274 Downloads
Pure-PHP library that allows managing customer transactions using the App Store Server API and handling server-to-server notifications using the App Store Server Notifications V2
duzun/hquery
105443 Downloads
An extremely fast web scraper that parses megabytes of HTML in a blink of an eye. No dependencies. PHP5+
jbbcode/jbbcode
462141 Downloads
A lightweight but extensible BBCode parser written in PHP 5.3.
matecat/xliff-parser
78865 Downloads
A Xliff parser written in PHP
chrisullyott/human-name-parser
50429 Downloads
A human name parser written in PHP.
tivie/htaccess-parser
407861 Downloads
A .htaccess parser and validator implemented in PHP
league/uri-query-parser
317006 Downloads
parse and build a query string the right way in PHP
vaibhavpandeyvpz/phemail
87042 Downloads
MIME parser written in pure PHP for parsing raw emails (.eml) files.
dallgoot/yaml
80527 Downloads
Provides loader, dumper and an API for YAML content. Loader builds to equivalent data types in PHP 8.x
readdle/app-store-receipt-verification
116484 Downloads
Pure PHP App Store receipt parsing/validation/verification without API calls to App Store API.
chriskonnertz/bbcode
225898 Downloads
A naive attempt at a BBCode 'parser' written in PHP. It uses regex and thus fails at complex, nested tags.
marcocesarato/sqlparser
33007 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.