2017 © Pedro Peláez
 

library simplehtmldom

PHP Simple HTML DOM Parser Library,fix bugs from http://simplehtmldom.sourceforge.net/

image

newrey/simplehtmldom

PHP Simple HTML DOM Parser Library,fix bugs from http://simplehtmldom.sourceforge.net/

  • Saturday, August 13, 2016
  • by newrey
  • Repository
  • 1 Watchers
  • 1 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

simplehtmldom

Composer package that autoloads simplehtml dom, Modified version of http://sourceforge.net/projects/simplehtmldom/, Power up SeeNull, (*1)

usage

composer require newrey/simplehtmldom dev-master
$html = \SimpleHtmlDom\file_get_html('http://example.com');
$element = $html->find('title');

more visit http://simplehtmldom.sourceforge.net/manual.htm, (*2)

The Versions

13/08 2016

dev-master

9999999-dev https://github.com/newrey/simplehtmldom

PHP Simple HTML DOM Parser Library,fix bugs from http://simplehtmldom.sourceforge.net/

  Sources   Download

The MIT License

The Requires

  • php >=5.3.0

 

by Avatar newrey

html dom simple