rookmoot/metascrapper is a Laravel package for laravel package to get all the meta data from a url.
It currently has 0 GitHub stars and 8 downloads on Packagist (latest version V1.2).
Install it with composer require rookmoot/metascrapper.
Discover more Laravel packages by rookmoot
or browse all Laravel packages to compare alternatives.
Last updated
Laravel 6 package to get all the meta data from a URL.
It will first check the URL for it's Mime type.
Via Composer
$ composer require hojabbr/metascrapper
use hojabbr\MetaScrapper\Facades\MetaScrapper;
return MetaScrapper::scrap("http://www.yahoo.com");
This will return an array of all the meta for the given URL.