PHPackages                             integrated/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. [API Development](/categories/api)
4. /
5. integrated/social-bundle

ActiveSymfony-bundle[API Development](/categories/api)

integrated/social-bundle
========================

Provides connectors for social media

0.7(9y ago)0511[1 PRs](https://github.com/integratedfordevelopers/integrated-social-bundle/pulls)MITPHPPHP &gt;=5.6

Since Feb 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/integratedfordevelopers/integrated-social-bundle)[ Packagist](https://packagist.org/packages/integrated/social-bundle)[ Docs](http://www.integratedfordevelopers.com)[ RSS](/packages/integrated-social-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

IntegratedSocialBundle
======================

[](#integratedsocialbundle)

Provides connectors for social media.

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

[](#requirements)

- See the require section in the composer.json

Documentation
-------------

[](#documentation)

- [Integrated for developers website](http://integratedfordevelopers.com/content/documentation "Integrated for developers website")

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

[](#installation)

This bundle can be installed following these steps:

### Install using composer

[](#install-using-composer)

```
$ php composer.phar require integrated/social-bundle:~0.6

```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\SocialBundle\IntegratedSocialBundle()
        // ...
    );
}

```

### Configure the bundle

[](#configure-the-bundle)

To enable the twitter connector set the consumer in the config

```
# app/config/config.yml
integrated_social:
    twitter:
        consumer_key: '%twitter_consumer_key%'
        consumer_secret: '%twitter_consumer_secret%'

```

To enable the facebook connector set the consumer in the config

```
# app/config/config.yml
integrated_social:
    facebook:
        app_id: '%facebook_app_id%'
        app_secret: '%facebook_app_secret%'

```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
LICENSE

```

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING guide](http://www.integratedfordevelopers.com/contributing "CONTRIBUTING guide").

About
-----

[](#about)

This bundle is part of the Integrated project. You can read more about this project on the [Integrated for developers](http://www.integratedfordevelopers.com "Integrated for developers") website.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3289d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5710731?v=4)[Integrated Publishing Solutions](/maintainers/integrated)[@integrated](https://github.com/integrated)

---

Top Contributors

[![jansanne](https://avatars.githubusercontent.com/u/1027048?v=4)](https://github.com/jansanne "jansanne (4 commits)")[![joenivl](https://avatars.githubusercontent.com/u/1433653?v=4)](https://github.com/joenivl "joenivl (1 commits)")[![marijnotte](https://avatars.githubusercontent.com/u/6791447?v=4)](https://github.com/marijnotte "marijnotte (1 commits)")

---

Tags

twittersocialIntegrated

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/integrated-social-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/integrated-social-bundle/health.svg)](https://phpackages.com/packages/integrated-social-bundle)
```

###  Alternatives

[rezozero/mixedfeed

A PHP library to get social networks feeds and merge them

11131.0k](/packages/rezozero-mixedfeed)[gourmet/social-meta

Adds Facebook Open Graph and Twitter Cards support to CakePHP 3.x

265.2k](/packages/gourmet-social-meta)[edujugon/social-auto-post

PHP and Laravel 5 Package to post on Twitter

135.9k](/packages/edujugon-social-auto-post)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1415.5k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
