toxageek/laravel-html-dom

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

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

This package is auto-updated.

Last update: 2024-04-25 12:29:26 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.