0
I Use This!
Inactive
Analyzed about 7 hours ago. based on code collected about 21 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...

  • ...
    in 2016, 47% of companies did not have formal process in place to track OS code
  • ...
    learn about Open Hub updates and features on the Open Hub blog
  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    anyone with an Open Hub account can update a project's tags

Languages

PHP
94%
HTML
6%

30 Day Summary

Jul 22 2026 — Aug 21 2026

12 Month Summary

Aug 21 2025 — Aug 21 2026

Ratings

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