Libraries tagged by content parser
lavatech/php-simple-html-dom-parser
15683 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.
itul/php-simple-html-dom-parser
2839 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
3010 Downloads
Adds PDFParser package to extract contents of PDF files for search etc.
andrewandante/silverstripe-document-parser
1484 Downloads
Adds DocumentParser package to extract contents of .doc, .docx, .rtf and .txt files for search etc.
wackowiki/safehtml
35 Downloads
SafeHTML is an HTML filter that sanitizes potentially dangerous content, protecting against XSS and other injection attacks by removing harmful tags, attributes, protocols, and CSS expressions.
iserter/php-goose
459 Downloads
PHP 8+ article/content extractor. replacement for scotteh/php-goose (Goose)
zikwall/m3u-content-parser
267 Downloads
pop-wp-schema/block-content-parser
10 Downloads
Parse a custom post and retrieve the content from its (Gutenberg) blocks
imelgrat/opml-parser
446 Downloads
OPML Parser Class: Extract the properties of content from OPML files.
webvision/php-webv-parser
109 Downloads
Extended package of Simple HTML DOM
webignition/node-jslint-output-parser
2558 Downloads
Parser for the output of reid / node-jslint, get lovely things such as a list of errors, error counts, % of content scanned, bunnies
torann/dom-parser
544 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
225 Downloads
Parse WordPress edit context content to PHP objects
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.