rodrigoq/simple-html-dom
最新稳定版本:1.5.4
Composer 安装命令:
composer require rodrigoq/simple-html-dom
包简介
A copy of the PHP Simple HTML DOM Parser project (for compatibility with php v8.3+).
README 文档
README
Fork for simple compatibility with php v8.3+.
Note: I don’t intend to maintain this package. Other copies of Simple HTML DOM are already available on Packagist, are easier to install and don’t clutter your composer.json
file.
simple-html-dom
A copy of the PHP Simple HTML DOM Parser project usable as a Composer package.
Installation
First, you need to add this repository at the root of your composer.json:
"repositories": [ { "type": "vcs", "url": "https://github.com/Youpie/simple-html-dom" } ]
Then, require this package in the same way as any other package:
"require": { "rodrigoq/simple-html-dom": "*" }
Do a composer validate, just to be sure that your file is still valid.
And voilà, you’re ready to composer update.
Usage
Since this library doesn’t use namespaces, it lives in the global namespace.
$instance = new \simple_html_dom();
Check the official documentation at SourceForge.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-25