0
I Use This!
Inactive
Analyzed about 14 hours ago. based on code collected about 14 hours ago.

Project Summary

phpOpenGraph is a class written in PHP for parsing Open Graph protocol information from web sites.

Learn more about the protocol at:

http://opengraphprotocol.org

Usage:

require_once('phpOpenGraph.class.php');

$og = new phpOpenGraph('http://www.rottentomatoes.com/m/10011268-oceans/');

foreach($og->metadata as $key => $value) {
echo $key . ': ' . $value . "\n";
}

Tags

opengraph php

In a Nutshell, phpOpenGraph...

MIT License
Permitted

Commercial Use

Modify

Distribute

Sub-License

Private Use

Forbidden

Hold Liable

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    check out hot projects on the Open Hub
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog

Languages

PHP
94%
HTML
6%

30 Day Summary

Jun 29 2026 — Jul 29 2026

12 Month Summary

Jul 29 2025 — Jul 29 2026

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!