Download the PHP package fusonic/opengraph without Composer
On this page you can find all versions of the php package fusonic/opengraph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fusonic/opengraph
More information about fusonic/opengraph
Files in fusonic/opengraph
Package opengraph
Short Description PHP library for consuming and publishing Open Graph resources.
License MIT
Homepage https://github.com/fusonic/opengraph
Informations about the package opengraph
fusonic/opengraph
A simple library to read Open Graph data from the web and generate HTML code to publish your own Open Graph objects. A fallback mode enables you to read data from websites that do not implement the Open Graph protocol.
Using this library you can easily retrieve stuff like metadata, video information from YouTube or Vimeo or image information from Flickr without using site-specific APIs since they all implement the Open Graph protocol.
See ogp.me for information on the Open Graph protocol.
Requirements
- PHP 8.1+
- symfony/css-selector
- symfony/dom-crawler
- psr/http-client
- psr/http-factory
- and compatible implementation such as symfony/http-client
Installation
The most flexible installation method is using Composer:
Install Composer and run the install
command:
Once installed, include vendor/autoload.php
in your script.
Usage
Retrieve Open Graph data from a URL
There are some more properties but these are the basic and most commonly used ones.
Publish own Open Graph data
HTML code is formatted just for displaying purposes. You may choose between HTML5/XHTML output using the property.
Running tests
You can run the test suite by running composer test
from the command line.
FAQ
I don't get any information from a webpage, but Facebook shows information for the same URL. What do I do wrong?
It seems that some pages (like Twitter/X) only publish Open Graph information if Facebook's user agent string
facebookexternalhit/1.1
is used (see #28). So you should configure
your PSR-18 client to use this user agent string:
License
fusonic/opengraph is licensed under the MIT license. See LICENSE for more information.
All versions of opengraph with dependencies
ext-dom Version *
symfony/css-selector Version ^5.4 || ^6.4 || ^7.1
symfony/dom-crawler Version ^5.4 || ^6.4 || ^7.1
psr/http-client Version ^1.0
psr/http-factory Version ^1.0