A fast, simple and reliable HTML document parser for Laravel. Created based on PHP Simple HTML DOM Parser 1.9.1
Laravel HTML DOM Parser handles any HTML document, even ones that are considered invalid by the HTML specification.
Laravel HTML DOM Parser supports CSS style selectors to navigate the DOM, similar to jQuery.
composer require "toxageek/laravel-html-dom"
php artisan vendor:publish --provider="Toxageek\LaravelHtmlDom\LaravelHtmlDomServiceProvider" --tag="config"
The MIT License (MIT). Please see License File for more information.