axllent/simplehtmldom
最新稳定版本:1.6.1
Composer 安装命令:
composer require axllent/simplehtmldom
包简介
PHP Simple HTML DOM Parser with namespace & bug fixes
README 文档
README
This is a fork of the original Simple HTML DOM Parser with namespace & bug fixes.
The only noticeable difference to the original package is the composer installation method and namespace reference.
Changes
Please refer to the CHANGELOG.md for a list of changes.
Installation
composer require axllent/simplehtmldom
Documentation
Please note the use of the namespace:
<?php $dom = SimpleHtmlDom\:file_get_html($url); // or $dom = SimpleHtmlDom\str_get_html($html);
For official documentation and examples refer to the official documentation.
统计信息
- 总下载量: 18.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-04