weglot / simplehtmldom
Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library
This package's canonical repository appears to be gone and the package has been frozen as a result.
0.6
2021-02-11 16:16 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2021-02-11 16:17:08 UTC
README
simple_html_dom
Overview
Simple fork of simple_html_dom PHP library with some tweaks.
Changelog
[0.5] - 2019-01-03
Changed
- Update compatibility PHP 7.3
[0.4] - 2018-10-05
Changed
- Change namespace for resolve conflict with other library Simple HTML DOM
[0.3] - 2018-07-23
Added
- redo modifications previsouly done like max size for exemple
[0.2] - 2018-04-12
Added
- hasAncestorAttribute function to check if a node has given attribute in his ancestors
[0.1] - 2018-04-04
Changed
- Weglot modifications to make
simple_html_dom
working onto WordPress