Libraries tagged by parser in php
lekarna/simple-html-dom
15161 Downloads
A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
im0rtality/jsonstreamingparser
31749 Downloads
A streaming parser for JSON in PHP.
urbanmonastics/sourcetextparser
508 Downloads
A Fast Markdown Parser extended for Liturgy in PHP.
tbela99/css
293 Downloads
A CSS parser and minifier written in PHP
shakaran/adstxtparser
392 Downloads
A open source implemation in PHP of Ads.txt Specification Version 1.0.1 (OpenRTB working group)
crossjoin/browscap
234368 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
cmpayments/jsonlint
4606 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.
silici0/googleparserfeed
5802 Downloads
Parser in PHP to Google Merchant Feed
jamesgerat/exprlib
1509 Downloads
An expression parser in PHP
gymadarasz/xparser
2342 Downloads
Fast XHTML DOM parser in PHP
yassinedoghri/podcast-feed
991 Downloads
A robust podcast feed parser and validator written in PHP.
atk14/drink-markdown
32168 Downloads
Extended PHP Markdown parser tuned for usage in ATK14 projects
elemenx/cron
1357 Downloads
g4 cron like parser with ability to parse expressions with resolution in seconds - based on PHP Cron Expression Parser
thefox/tumblr-parser
33 Downloads
A Tumblr Theme parser in PHP.
hongmeng72/php-simple-html-dom-parser
8 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.