PHPackages                             astina/social-links-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. astina/social-links-bundle

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

astina/social-links-bundle
==========================

Symfony bundle that is using SocialLinks to generate share links for social networks.

2.3.0(8y ago)1247.1k9MITPHP

Since Oct 24Pushed 8y ago20 watchersCompare

[ Source](https://github.com/astina/AstinaSocialLinksBundle)[ Packagist](https://packagist.org/packages/astina/social-links-bundle)[ Docs](http://astina.ch)[ RSS](/packages/astina-social-links-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Astina Social Links Bundle
==========================

[](#astina-social-links-bundle)

AstinaSocialLinksBundle is basically a wrapper around [oscarotero/social-links](https://github.com/oscarotero/social-links). Its main purpose is to generate social links based on given provider.

[Currently supported providers.](https://github.com/oscarotero/social-links/tree/master#providers-supported)

Install
-------

[](#install)

### Step 1: Add to composer.json

[](#step-1-add-to-composerjson)

```
"require" :  {
    // ...
    "astina/social-links-bundle":"dev-master",
}
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
