toxageek/laravel-html-dom
最新稳定版本:v1.0.0
Composer 安装命令:
composer require toxageek/laravel-html-dom
包简介
A fast, simple and reliable HTML document parser for Laravel. Created based on PHP Simple HTML DOM Parser
README 文档
README
A fast, simple and reliable HTML document parser for Laravel. Created based on PHP Simple HTML DOM Parser 1.9.1
Parse any HTML document
Laravel HTML DOM Parser handles any HTML document, even ones that are considered invalid by the HTML specification.
Select elements using CSS selectors
Laravel HTML DOM Parser supports CSS style selectors to navigate the DOM, similar to jQuery.
Installation
composer require "toxageek/laravel-html-dom"
Publishing the config file
php artisan vendor:publish --provider="Toxageek\LaravelHtmlDom\LaravelHtmlDomServiceProvider" --tag="config"
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 948
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-02