Download the PHP package hungnm1518/laravel-html-dom-parser without Composer
On this page you can find all versions of the php package hungnm1518/laravel-html-dom-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hungnm1518/laravel-html-dom-parser
More information about hungnm1518/laravel-html-dom-parser
Files in hungnm1518/laravel-html-dom-parser
Download hungnm1518/laravel-html-dom-parser
More information about hungnm1518/laravel-html-dom-parser
Files in hungnm1518/laravel-html-dom-parser
Vendor hungnm1518
Package laravel-html-dom-parser
Short Description Laravel wrapper for the PHP Simple HTML DOM Parser package
License MIT
Homepage http://fb.com/hungnm1518/
Package laravel-html-dom-parser
Short Description Laravel wrapper for the PHP Simple HTML DOM Parser package
License MIT
Homepage http://fb.com/hungnm1518/
Please rate this library. Is it a good library?
Informations about the package laravel-html-dom-parser
laravel-html-dom-parser
Laravel wrapper for the PHP Simple HTML DOM Parser package
Instalation
Require this package with composer:
composer require hungnm1518/laravel-html-dom-parser
You need to add the service provider in app.php
HungNM\LaravelHtmlDomParser\ServiceProvider::class,
If you want to use the facade, add this to your facades in app.php
'HTMLDomParser' => HungNM\LaravelHtmlDomParser\Facade::class
Usage
Documents
All versions of laravel-html-dom-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
kub-at/php-simple-html-dom-parser Version ^1.8
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
kub-at/php-simple-html-dom-parser Version ^1.8
The package hungnm1518/laravel-html-dom-parser contains the following files
Loading the files please wait ....