maalls/og-tag-scraper

There is no license information available for the latest version (v1.1.1) of this package.

v1.1.1 2018-02-21 02:20 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:53:19 UTC


README

composer require maalls/og-tag-scraper

Example

use Maalls\OGTagScraper\OGTagScraper;

$scraper = new OGTagScraper;
$tags = $scraper->scrap("http://someurl.com");
var_dump($tags);

Testing

./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/