So, I needed a simple open graph library for a project. There are other libraries, but I just needed something simple and quick, so I bashed this library together.
The library contains a class with a single static function, you pass it some page contents, and it’ll spit back a key => value array containing any open graph entries in the page.
This was handy for me, it might be for you 🙂