2017-25 © Pedro Peláez
 

library laravel-html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package

image

ammadeuss/laravel-html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package

  • Tuesday, March 6, 2018
  • by ammadeuss
  • Repository
  • 3 Watchers
  • 13 Stars
  • 5,761 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 3 Open issues
  • 3 Versions
  • 45 % Grown

The README.md

laravel-html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package, (*1)

Instalation

Require this package with composer:, (*2)

composer require ammadeuss/laravel-html-dom-parser, (*3)

You need to add the service provider in app.php, (*4)

Ammadeuss\LaravelHtmlDomParser\ServiceProvider::class,, (*5)

If you want to use the facade, add this to your facades in app.php, (*6)

'HTMLDomParser' => Ammadeuss\LaravelHtmlDomParser\Facade::class, (*7)

Usage

$name = HTMLDomParser::str_get_html($html)->find('div.profile > span.name > span')[0]->plaintext;

The Versions

06/03 2018

dev-master

9999999-dev https://github.com/ammadeuss/html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package

  Sources   Download

MIT

The Requires

 

by Ammadeuss Raducan

laravel dom parser html dom parser

06/03 2018

v1.1

1.1.0.0 https://github.com/ammadeuss/html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package

  Sources   Download

MIT

The Requires

 

by Ammadeuss Raducan

laravel dom parser html dom parser

01/03 2017

v1.0

1.0.0.0 https://github.com/ammadeuss/html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package

  Sources   Download

MIT

The Requires

 

by Ammadeuss Raducan

laravel dom parser