Skip to content

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

License

Notifications You must be signed in to change notification settings

toxageek/laravel-html-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel HTML DOM Parser

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages