Libraries tagged by content parser
itul/php-simple-html-dom-parser
2078 Downloads
This is a modified version to work with PHP 7.4+. 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.
andrewandante/silverstripe-pdf-parser
2423 Downloads
Adds PDFParser package to extract contents of PDF files for search etc.
andrewandante/silverstripe-document-parser
1159 Downloads
Adds DocumentParser package to extract contents of .doc, .docx, .rtf and .txt files for search etc.
librarianphp/parsed
907 Downloads
A generic content parser that supports the devto markdown format
zikwall/m3u-content-parser
256 Downloads
imelgrat/opml-parser
437 Downloads
OPML Parser Class: Extract the properties of content from OPML files.
webvision/php-webv-parser
97 Downloads
Extended package of Simple HTML DOM
torann/dom-parser
500 Downloads
A HTML DOM parser written in PHP7 let you manipulate HTML in a very easy way! Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
renan/email_reply_parser
23114 Downloads
Small library to parse plain text email content and identify fragments of quoted texts, signature or original body content.
recoded-dev/wordpress-block-parser
97 Downloads
Parse WordPress edit context content to PHP objects
leuleu/php-simple-html-dom-parser
2330 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.
koshkoshka/php-simple-html-dom-parser
211 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.
juliangut/body-parser
9902 Downloads
PSR7 body parser middleware
farzinft/php-simple-html-dom-parser
949 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.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.