Libraries tagged by parser in php
codebuglab/laravel-srt-parser
138 Downloads
Simple package to parse SubRip or srt file in Laravel
coddin-web/manifest-parser
160 Downloads
A simple plain PHP manifest parser which will return a Value Object to pass around in your application
akademiano/php-unstructured-text-parser
13 Downloads
A PHP Class to help extract text out of documents that are not structured in a processing friendly manner
php-extended/php-email-address-parser-interface
88570 Downloads
A library to parse email addresses, mailboxes, and lists of those that can be found in email headers
php-extended/php-css-selector-parser-interface
15592 Downloads
A library to parse css selectors to use in css sheet parsing or html attribute findings
waleedzahid106a/doc-reader
1248 Downloads
Just a Simple Annotation Parser in PHP
siteoffice/css2form
134 Downloads
SiteOffice css2form is a css parser in PHP 5.6+. Make html form from css file.
midhundevasia/json-ast
6 Downloads
JSON to AST parser in PHP
kairos/uaparser
249 Downloads
User Agent parser in php
pixnet/uaparser
4533 Downloads
User Agent parser in PHP from https://github.com/dubcanada/kairos-uaparser
zmog/pquery
273 Downloads
A jQuery like html dom parser written in php. This fork add fixes for php 8
valhook/dparse
25 Downloads
dParse is a strong jQuery-like HTML/XML parser written in PHP.
sirquy/simple-html-dom
197 Downloads
Composer adaptation of: A HTML DOM parser written in PHP7.0+ let you manipulate HTML in a very easy way! Require PHP 7.0+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
satoripophq/simple_html_dom
30 Downloads
A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
cr4zyfl1x/bbcode
13 Downloads
A naive attempt at a BBCode 'parser' written in PHP. It uses regex and thus fails at complex, nested tags.