Skip to content

tgalopin-archive/OpenGraphBundle

Repository files navigation

TgaOpenGraphBundle

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.

About

Integrate a flexible and reusable OpenGraph library into Symfony2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages