Download the PHP package uzura8/opengraph without Composer
On this page you can find all versions of the php package uzura8/opengraph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package opengraph
Open Graph Protocol helper for PHP
A small library for making accessing of Open Graph Protocol data easier
Note
Keys with a dash (-) in the name are converted to _ for easy access as a property in PHP
Required Extensions
- DOM for parsing
Usage
require_once('OpenGraph.php');
$graph = OpenGraph::fetch('http://www.rottentomatoes.com/m/10011268-oceans/');
var_dump($graph->keys());
var_dump($graph->schema);
foreach ($graph as $key => $value) {
echo "$key => $value";
}
All versions of opengraph with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0.0
The package uzura8/opengraph contains the following files
Loading the files please wait ....