visualplus/open-graph

v1.0.1 2017-01-11 00:14 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:03:54 UTC


README

주어진 사이트의 open graph를 가져옵니다.

설치

composer require visualplus/open-graph

사용

$url = 'http://example.com/foo/bar';
$openGraphParser = new \Visualplus\OpenGraph\OpenGraphParser();

$openGraphTags = $openGraphParser->parse($url);