Libraries tagged by Content extractor
manofstrong/sitescrapper
70 Downloads
A Package to Scrape Websites from their Sitemaps and Extract Relevant Content from the Webpage and Upload to a Database
esplora/decompresso
60 Downloads
PHP library for unlock contents from various files with ease.
ncjoes/pdf-suite
247 Downloads
A high level wrapper over Poppler-Php for PDF content extraction and conversion using Poppler utils
yasiao/php-simple-html-dom-parser
16 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.
torann/dom-parser
479 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.
nguyenanhung/php-simple-html-dom-parser
2479 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.
farzinft/php-simple-html-dom-parser
843 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.
andrewandante/silverstripe-document-parser
1014 Downloads
Adds DocumentParser package to extract contents of .doc, .docx, .rtf and .txt files for search etc.
venveo/craft-documentsearch
5194 Downloads
Extract the contents of text documents and add to Craft's search index
tacman/graby
112 Downloads
Graby helps you extract article content from web pages, fork of j0k3r/graby
p1ho/accessibility-checker
458 Downloads
Accessibility Testing Suite on raw HTML extracted from Content Management Systems
xrow/xrowextract-ls
5926 Downloads
This extenstion delivers tools for extracting/exporting content object data to csv
se7enxweb/xrowextract
182 Downloads
This extenstion delivers tools for extracting/exporting content object data to csv
imelgrat/opml-parser
430 Downloads
OPML Parser Class: Extract the properties of content from OPML files.
aramonc/docblock-parser
25 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.