cinghie/yii2-simplehtmldom
Composer 安装命令:
composer require cinghie/yii2-simplehtmldom
包简介
Yii2 Simple HTML Dom
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require cinghie/yii2-simplehtmldom "@dev"
or add
"cinghie/yii2-simplehtmldom": "@dev"
to the require section of your composer.json file.
Usage
use cinghie\simplehtmldom\SimpleHtmlDom;
SimpleHtmlDom::file_get_html('http://www.google.com');
SimpleHtmlDom::str_get_html($string);
统计信息
- 总下载量: 1.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-06-20