awizemann/metascraper
最新稳定版本:V1.3
Composer 安装命令:
composer require awizemann/metascraper
包简介
Laravel package to get all the meta data from a URL (forked from rookmoot/metascraper)
关键字:
README 文档
README
Laravel 8 package to get all the meta data from a URL.
It will first check the URL for it's Mime type.
Forked from an unsupported repo: rookmoot/MetaScrapper
Supports
- Meta tags
- Twitter tags
- OpenGraph tags
- Any other type of tag
- Files (Image, Audio, Video)
- Application Mime type
Installation
Via Composer
$ composer require awizemann/metascraper
Usage
use awizemann\metascraper\Facades\MetaScraper; $scraper = new MetaScraper; return $scraper->scrape("https://yahoo.com");
This will return an array of all the meta for the given URL.
统计信息
- 总下载量: 1.89k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-22