Download the PHP package ammadeuss/laravel-html-dom-parser without Composer
On this page you can find all versions of the php package ammadeuss/laravel-html-dom-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ammadeuss/laravel-html-dom-parser
More information about ammadeuss/laravel-html-dom-parser
Files in ammadeuss/laravel-html-dom-parser
Download ammadeuss/laravel-html-dom-parser
More information about ammadeuss/laravel-html-dom-parser
Files in ammadeuss/laravel-html-dom-parser
Vendor ammadeuss
Package laravel-html-dom-parser
Short Description Laravel wrapper for the PHP Simple HTML DOM Parser package
License MIT
Homepage https://github.com/ammadeuss/html-dom-parser
Package laravel-html-dom-parser
Short Description Laravel wrapper for the PHP Simple HTML DOM Parser package
License MIT
Homepage https://github.com/ammadeuss/html-dom-parser
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 ammadeuss/laravel-html-dom-parser
You need to add the service provider in app.php
Ammadeuss\LaravelHtmlDomParser\ServiceProvider::class,
If you want to use the facade, add this to your facades in app.php
'HTMLDomParser' => Ammadeuss\LaravelHtmlDomParser\Facade::class
Usage
All versions of laravel-html-dom-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
illuminate/support Version ^5.2
sunra/php-simple-html-dom-parser Version ^1.5
illuminate/support Version ^5.2
sunra/php-simple-html-dom-parser Version ^1.5
The package ammadeuss/laravel-html-dom-parser contains the following files
Loading the files please wait ....