PHPackages                             ylly/open-graph-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ylly/open-graph-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ylly/open-graph-bundle
======================

A Symfony OpenGraph bundle

1.2.1(3y ago)0116MITPHPPHP &gt;=5.6

Since Aug 16Pushed 3y agoCompare

[ Source](https://github.com/ylly/open-graph-bundle)[ Packagist](https://packagist.org/packages/ylly/open-graph-bundle)[ Docs](https://github.com/tenolo/open-graph-bundle)[ RSS](/packages/ylly-open-graph-bundle/feed)WikiDiscussions release/1.0 Synced yesterday

READMEChangelogDependencies (7)Versions (6)Used By (0)

Tenolo OpenGraphBundle
======================

[](#tenolo-opengraphbundle)

The TenoloOpenGraphBundle is a simple way to improve how you manage OpenGraph into your Symfony2 application.

> **Note**: OpenGraph is a standard protocol used by many websites (Facebook, Twitter, Google, ...) to obtain more precise informations about your content.
>
> [Learn more about OpenGraph](http://ogp.me/)

The idea of this bundle it to associate each entity of your app with an **OpenGraph map**, a service able to create the OpenGraph document for your entity.

It also works with any other type of data.

Installation
------------

[](#installation)

Installation is very quick:

### 1. Download it with Composer

[](#1-download-it-with-composer)

Add the bundle to your `composer.json` file by running:

`composer require tenolo/open-graph-bundle`

### 2. Enable it in your kernel

[](#2-enable-it-in-your-kernel)

Enable the bundle in your `app/AppKernel.php` file;

```
