mediashare/scraper
Composer 安装命令:
composer require mediashare/scraper
包简介
Scrapes the information from the targeted page and provides a DomCrawler
README 文档
README
💫 Scrapes the information from the targeted page and provides a DomCrawler.
DomCrawler
Scraper use DomCrawler library. This is symfony component for DOM navigation for HTML and XML documents. You can retrieve Documentation Here.
Installation
composer require mediashare/scraper
Usage
<?php require 'vendor/autoload.php'; use Mediashare\Scraper\Scraper; $scraper = new Scraper("http://marquand.pro"); $scraper->run(); dump($scraper);
统计信息
- 总下载量: 289
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-22