maalls/og-tag-scraper

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

Installs: 38

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/maalls/og-tag-scraper

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

This package is not auto-updated.

Last update: 2025-09-28 10:42:32 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/