Laravel 6 package to get all the meta data from a URL.
It will first check the URL for it's Mime type.
- Meta tags
- Twitter tags
- OpenGraph tags
- Any other type of tag
- Files (Image, Audio, Video)
- Application Mime type
Via Composer
$ composer require hojabbr/metascrapperuse hojabbr\MetaScrapper\Facades\MetaScrapper;
return MetaScrapper::scrap("http://www.yahoo.com");This will return an array of all the meta for the given URL.