jantede/simple-html-dom 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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": "*"
}

##Documentation

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-09