定制 sunra/php-simple-html-dom-parser 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sunra/php-simple-html-dom-parser

最新稳定版本:v1.5.2

Composer 安装命令:

composer require sunra/php-simple-html-dom-parser

包简介

Composer adaptation of: 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.

README 文档

README

Version 1.5.2

Adaptation for Composer and PSR-0 of:

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.

http://simplehtmldom.sourceforge.net/

Install

composer.phar

"require": {
    "sunra/php-simple-html-dom-parser": "1.5.2"
    }

Usage

use Sunra\PhpSimple\HtmlDomParser;

...
$dom = HtmlDomParser::str_get_html( $str );
or 
$dom = HtmlDomParser::file_get_html( $file_name );

$elems = $dom->find($elem_name);
...

统计信息

  • 总下载量: 9.26M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1350
  • 点击次数: 3
  • 依赖项目数: 95
  • 推荐数: 0

GitHub 信息

  • Stars: 1292
  • Watchers: 51
  • Forks: 350
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04