grs/simple-html-dom

从 http://simplehtmldom.sourceforge.net/ 克隆的 Simple HTML DOM。

1.5.0 2015-07-05 21:47 UTC

This package is not auto-updated.

Last update: 2024-10-02 09:19:05 UTC


README

PHP Simple HTML DOM Parser 项目的副本,可作为 Composer 包使用。

安装

以与其他包相同的方式要求此包

"require": {
    "grs/simple-html-dom": "*"
}

使用方法

由于此库不使用命名空间,它位于全局命名空间中。

$instance = new \simple_html_dom();

查看 SourceForge 上的官方文档 官方文档