PHPackages                             nomaya/social-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. [Templating &amp; Views](/categories/templating)
4. /
5. nomaya/social-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

nomaya/social-bundle
====================

A bundle to easily add facebook, twitter, G+, Linkedin buttons to your templates

1314.6k15[5 PRs](https://github.com/nomayann/NomayaSocialButtonsBundle/pulls)PHP

Since Jan 28Pushed 6y ago2 watchersCompare

[ Source](https://github.com/nomayann/NomayaSocialButtonsBundle)[ Packagist](https://packagist.org/packages/nomaya/social-bundle)[ RSS](/packages/nomaya-social-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

NomayaSocialButtonsBundle
=========================

[](#nomayasocialbuttonsbundle)

This bundle provides a simple way to integrate a bar of social buttons to share your pages on Facebook, Twitter, Google Plus and Linkdein. You also have a social links bar to networks.

Introduction
------------

[](#introduction)

I have not found any Symfony2 bundle to respond to this common need: display "share", "like"... buttons with an easy integration into templates. It is intended to evolve :

- manage more networks
- use custom icons
- compatibility with php templates
- suggestions are welcome

Yann

Requirements
------------

[](#requirements)

- Symfony 2.1 +

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

[](#installation)

### Add this line to require section of your composer.json

[](#add-this-line-to-require-section-of-your-composerjson)

```
{
    //...
    "require": {
        //...
        "nomaya/social-bundle": "dev-master"
    }
}
```

### Install the bundle

[](#install-the-bundle)

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update nomaya/social-bundle
```

Composer will install the bundle to your project's `vendor/nomaya` directory.

### Enable the bundle via the kernel

[](#enable-the-bundle-via-the-kernel)

```
