2017 © Pedro Peláez
 

library simplehtmldom

PHP Simple HTML DOM Parser with namespace & bug fixes

image

axllent/simplehtmldom

PHP Simple HTML DOM Parser with namespace & bug fixes

  • Tuesday, February 6, 2018
  • by axllent
  • Repository
  • 1 Watchers
  • 1 Stars
  • 960 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 23 % Grown

The README.md

SimpleHtmlDom

This is a fork of the original Simple HTML DOM Parser with namespace & bug fixes., (*1)

The only noticeable difference to the original package is the composer installation method and namespace reference., (*2)

Changes

Please refer to the CHANGELOG.md for a list of changes., (*3)

Installation

composer require axllent/simplehtmldom

Documentation

Please note the use of the namespace:, (*4)

<?php
$dom = SimpleHtmlDom\:file_get_html($url);
// or
$dom = SimpleHtmlDom\str_get_html($html);

For official documentation and examples refer to the official documentation., (*5)

The Versions

06/02 2018

dev-master

9999999-dev http://simplehtmldom.sourceforge.net/

PHP Simple HTML DOM Parser with namespace & bug fixes

  Sources   Download

MIT The MIT License (MIT)

The Requires

  • php >=5.3.0

 

html dom simple

04/11 2016

1.5.1

1.5.1.0 http://simplehtmldom.sourceforge.net/

PHP Simple HTML DOM Parser with namespace & bug fixes

  Sources   Download

The MIT License (MIT)

The Requires

  • php >=5.3.0

 

html dom simple