pifeifei/html-parser
Composer 安装命令:
composer require pifeifei/html-parser
包简介
README 文档
README
install:
composer require pifeifei/html-parser
use:
use Pifeifei\HtmlParser; $htmlParser = new HtmlParser(); $url = 'http://baijiahao.baidu.com/s?id=1644885607674637957'; $htmlParser->get($url); dump($this->htmlParser->getTitle()); dump($this->htmlParser->getContent());
explain:
For normal study only, do not use for illegal purposes. All consequences are borne by the developer, not by the developer.
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-18