toxageek/laravel-html-dom

A fast, simple and reliable HTML document parser for Laravel. Created based on PHP Simple HTML DOM Parser

Maintainers

Package info

github.com/toxageek/laravel-html-dom

pkg:composer/toxageek/laravel-html-dom

Statistics

Installs: 824

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2023-08-25 09:09 UTC

This package is auto-updated.

Last update: 2026-02-25 16:36:16 UTC


README

A fast, simple and reliable HTML document parser for Laravel. Created based on PHP Simple HTML DOM Parser 1.9.1

Parse any HTML document

Laravel HTML DOM Parser handles any HTML document, even ones that are considered invalid by the HTML specification.

Select elements using CSS selectors

Laravel HTML DOM Parser supports CSS style selectors to navigate the DOM, similar to jQuery.

Installation

composer require "toxageek/laravel-html-dom"

Publishing the config file

php artisan vendor:publish --provider="Toxageek\LaravelHtmlDom\LaravelHtmlDomServiceProvider" --tag="config"

License

The MIT License (MIT). Please see License File for more information.