deepslam/content-parser
Laravel 5 package to extract a web page’s main content and title using automatic algorithms. Supports Graby (default) and Mercury API parsers, with an extensible architecture and optional HTML cleanup (remove CSS/style attrs, strip tags) for clean output.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| emanueleminotto/simple-html-dom | 0.87 | Simple HTML DOM parser for PHP. Provides a lightweight API to load HTML from strings/files/URLs, traverse and query elements, and extract text/attributes. Handy for scraping, data extraction, and quick HTML manipulation without a full browser. | 10 | 17 | 8 | 362 | 0 | 0.6 | 21.1 | — | 10 years ago | |
| spatie/visit | 0.85 | Human-friendly curl for the terminal. Visit any URL and display its response with colorized output (HTML via bat, JSON via jq), plus status code and response time. Supports custom HTTP methods and options like following redirects. | 391 | 391 | 14 | 3 | 0 | 7.5 | 0.1 | — | 1 year ago | |
| fabpot/goutte | 0.85 | Goutte is a PHP web scraping and web testing library built on Symfony components. It provides a simple API to crawl pages, submit forms, click links, and extract content with CSS selectors—handy for quick crawlers, monitors, and functional checks. | 9,196 | 9,342 | 986 | 232K | 138 | 31.1 | 29.0 | MIT | 3 years ago | |
| j0k3r/php-readability | 0.85 | Extracts the main article content and title from messy web pages in PHP. Improved fork of php-readability with tests, namespacing, and optional HTML cleanup via Tidy (or libxml). Supports PSR-3 logging for debugging. | 184 | 190 | 38 | 28K | 5 | 32.7 | 38.8 | Apache-2.0 | 1 week ago | |
| edemy/crawlerbundle | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| baks-dev/reference-car | 0.84 | — | 0 | 0 | 1 | 0 | 0 | 17.7 | — | MIT | 2 months ago | |
| symfony/dom-crawler | 0.84 | Symfony DomCrawler makes it easy to parse and navigate HTML/XML using a fluent, CSS/XPath-friendly API. Ideal for scraping, testing responses, and extracting data from markup, with smooth integration across the Symfony ecosystem. | 4,035 | 4,118 | 124 | 7M | 0 | 54.9 | 51.9 | MIT | 3 weeks ago | |
| acassan/php-crawler | 0.84 | Symfony 2 bundle integrating the PHPCrawler library to help you crawl and fetch web pages within your Symfony application. Provides a simple way to run crawling tasks and process discovered URLs and content. | 2 | 2 | 1 | 0 | 2 | 0.4 | — | — | — | |
| weglot/simplehtmldom | 0.84 | Fork/packaged Simple HTML DOM for PHP via Composer. Provides an easy, jQuery-like API to parse, traverse, and manipulate HTML from strings or URLs, useful for scraping, testing, or quick DOM queries without heavy dependencies. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| 24hoursmedia/php-dom-manipulations | 0.83 | Lightweight PHP helpers for manipulating HTML DOM documents. Create, find, update, replace, and remove nodes and attributes with a simple API suited for scraping, templating, and HTML cleanup tasks in legacy or modern PHP projects. | 0 | 0 | 0 | 21 | 1 | 0.4 | 18.5 | MIT | 9 years ago | |
| paquettg/php-html-parser | 0.82 | Fast, lightweight HTML parser for PHP that turns messy markup into a DOM-like tree. Crawl and scrape pages, query elements with CSS selectors, and extract text/attributes easily. Works with imperfect HTML and focuses on simple, fluent usage. | 2,398 | 2,451 | 469 | 88K | 54 | 43.8 | 47.2 | MIT | — | |
| j0k3r/graby | 0.81 | Graby extracts clean article content from web pages. Built on php-readability and FiveFilters site_config patterns, it’s a composer-friendly, decoupled, fully tested fork of Full-Text RSS. Requires PHP 8.2+, Tidy and cURL. | 388 | 391 | 76 | 6K | 29 | 41.8 | 33.3 | MIT | 2 weeks ago | |
| kzykhys/ciconia | 0.81 | Ciconia is a flexible CommonMark/Markdown parser for PHP, converting Markdown to HTML with support for GitHub-flavored syntax and extensions. Designed to be customizable, it fits well in apps needing reliable Markdown rendering and control over output. | 350 | 353 | 28 | 156 | 15 | 10.9 | 8.5 | MIT | 12 years ago | |
| guzzle/parser | 0.79 | guzzle/parser provides lightweight message parsing utilities for Guzzle, helping you parse HTTP request/response messages, headers, and related components. Useful when working with raw HTTP strings or building tooling around Guzzle’s message format. | 21 | 18 | 2 | 51K | 0 | 0.2 | 46.4 | — | — | |
| egyg33k/domain-parser-bundle | 0.79 | — | 0 | 0 | 1 | 0 | 0 | 0.6 | — | — | 10 years ago | |
| jeremykendall/php-domain-parser | 0.79 | Parse, validate, and normalize domains, subdomains, and suffixes using the Public Suffix List. Extract registrable domain vs. subdomain, handle IDNs and edge cases, and keep parsing rules current via PSL updates—ideal for URL processing, cookies, and security checks. | 1,240 | 1,249 | 126 | 339K | 0 | 19.0 | 33.7 | MIT | 1 year ago | |
| stepanets/kww-domstorlib-c | 0.79 | C library for a DOM-style storage layer (domstorlib-c), packaged for PHP/Laravel workflows. Provides low-level primitives for storing and retrieving structured data in a DOM-like format, aimed at embedding in other tools rather than end-user apps. | 1 | 2 | 1 | 0 | 0 | 0.6 | — | — | 8 years ago | |
| jms/parser-lib | 0.79 | jms/parser-lib is a lightweight PHP parser library by JMS, providing reusable parsing components to build custom parsers quickly. Ideal for interpreting structured text and creating DSLs. Full docs available at jmsyst.com/libs/parser-lib. | 827 | 834 | 15 | 174K | 1 | 5.0 | 32.1 | Apache-2.0 | 4 years ago | |
| whichbrowser/parser | 0.79 | PHP user-agent parser for browser sniffing (use sparingly). WhichBrowser/Parser identifies browser, engine, OS and device with names and versions. Works on PHP 7.0+ including PHP 8; useful for analytics or UX edge cases. | 1,843 | 1,848 | 238 | 400K | 21 | 25.9 | 41.2 | MIT | 2 years ago | |
| mf2/mf2 | 0.78 | Pure PHP microformats2 parser that turns HTML into structured data. Uses generic rules (p-, u-, etc.) rather than hard-coded formats, keeping the parser small and maintainable. Install via Composer; optionally uses masterminds/html5 for better HTML5 parsing. | 199 | 202 | 39 | 10K | 22 | 12.6 | 33.6 | CC0-1.0 | 4 years ago |
How can I help you explore Laravel packages today?