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

ActiveSymfony-bundle

harleybalo/social-bundle
========================

Social Bundle

00[2 PRs](https://github.com/harleybalo/social-feeds/pulls)PHP

Since Dec 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/harleybalo/social-feeds)[ Packagist](https://packagist.org/packages/harleybalo/social-bundle)[ RSS](/packages/harleybalo-social-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

HarleybaloSocialBundle
======================

[](#harleybalosocialbundle)

About
-----

[](#about)

The HarleybaloSocialBundle get Social Media Feeds.

Features
--------

[](#features)

- Handles Twitter feeds API

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

[](#installation)

composerr require the `harleybalo/social-bundle`package in your `composer.json` and update your dependencies.

```
$ composer require harleybalo/social-bundle

```

Add the HarleybaloSocialBundle to your application's kernel:

```
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Harleybalo\SocialBundle\HarleybaloSocialBundle(),
            // ...
        ];
        // ...
    }
```

Configuration
-------------

[](#configuration)

```
    harleybalo_social:
        twitter:
            api_key: XXXXXXXX
            api_secret: XXXXXXXX
            access_key: XXXXXX
            access_secret: XXXXXX
            provider_key: twitter
            api_url: https://api.twitter.com/1.1/search/tweets.json?q=from%3Atwitterdev&result_type=mixed
            max_limit: 5
            provider: Harleybalo\SocialBundle\Feeds\Provider\TwitterFeedsProvider
            version: 1.0.4
```

`api_url` is the url where to fetch the tweets

License
-------

[](#license)

Released under the MIT License, see LICENSE.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffbf9a83862044cda041251b979529d7709e4bdd3f96d736ef6f1bd8570982a2?d=identicon)[harleybalo](/maintainers/harleybalo)

---

Top Contributors

[![harleybalo](https://avatars.githubusercontent.com/u/2895023?v=4)](https://github.com/harleybalo "harleybalo (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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