orhant / yii2-simple_html_dom
为 Yii 2 框架提供的简单 HTML DOM 解析器。
dev-master
2023-04-02 01:57 UTC
Requires
- php: >=5.3.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-01 00:09:12 UTC
README
为 Yii 2 框架提供的简单 HTML DOM 解析器扩展。
安装
推荐通过 composer 安装此扩展。
运行以下命令之一:
php composer.phar require --prefer-dist garyjl/yii2-simple_html_dom "*"
或者
"garyjl/yii2-simple_html_dom": "*"
将以下内容添加到您的 composer.json
文件的 require 部分中。
使用方法
安装扩展后,只需在代码中简单使用即可。
<?= \garyjl\simplehtmldom\SimpleHTMLDom::file_get_html('http://www.abc.com'); ?> See more: http://simplehtmldom.sourceforge.net/