tga/opengraph-bundle

Symfony OpenGraph bundle

Installs: 1 561

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:symfony-bundle

1.0-beta1 2014-08-06 10:13 UTC

This package is not auto-updated.

Last update: 2024-05-07 01:21:09 UTC


README

Build Status Latest Stable Version Total Downloads License

The TgaOpenGraphBundle introduces OpenGraph into the Symfony2 world. It provides useful tools to use OpenGraph on your Doctrine entities, with flexibility and reusability.

For instance, once set up, you will be able to render OpenGraph like this:

<html>
    <head>
        <title>My blog post</title>

        {{ tga_render_opengraph(blogPost) }}
    </head>
    <body>
        ...
    </body>
</html>

Documentation

All the documentation is stored in the Resources/doc directory of this bundle:

Read the Documentation

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the file LICENSE.markdown

Contributors

This bundle is mainly developed by Titouan Galopin. For the complete list of the contributors, please see the Github contributors list

This bundle uses actively the library Opengraph by euskadi31.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.