jantede/simple-html-dom
Composer 安装命令:
composer require jantede/simple-html-dom
包简介
A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
README 文档
README
Warning: This is a fork of a project found at SourceForge. I forked it in order to make this awesome library composer-ready :)
###Information about the library
- A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
- Require PHP 5+.
- Supports invalid HTML.
- Find tags on an HTML page with selectors just like jQuery.
- Extract contents from HTML in a single line.
##Installation To install it, simply require it via composer. The project is configured to automatically load as described in the PSR-4 standard
"require": {
"simple-html-dom": "*"
}
Please note that i didn't wrote the code. If you have any feature request or found a bug, report it to the original authors
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-09