PHPackages                             minimaloriginal/social-connect-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. minimaloriginal/social-connect-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

minimaloriginal/social-connect-bundle
=====================================

The social connect bundle by MinimalOriginal

v0.1.1(8y ago)022MITPHPPHP &gt;=5.5.9

Since Nov 23Pushed 8y agoCompare

[ Source](https://github.com/MinimalOriginal/MinimalOriginal-SocialConnectBundle)[ Packagist](https://packagist.org/packages/minimaloriginal/social-connect-bundle)[ RSS](/packages/minimaloriginal-social-connect-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

MinimalOriginal Social Connect Bundle
=====================================

[](#minimaloriginal-social-connect-bundle)

Register bundle
===============

[](#register-bundle)

```
$bundles = [
    ...
    new MinimalOriginal\SocialConnectBundle\MinimalOriginalSocialConnectBundle(),
];

```

Register routes
===============

[](#register-routes)

Add the bundle routes which indludes Facebook fallback

```
mo_social_connect:
    resource: "@MinimalOriginalSocialConnectBundle/Resources/config/routing.yml"

```

User entity
===========

[](#user-entity)

The user entity have to implements the FacebookUserInterface (and which extends the Symfony's AdvancedUserInterface) because the FacebookUserProvider needs the followings methods : ⋅⋅\* setEmail ⋅⋅\* setUsername ⋅⋅\* setEnabled ⋅⋅\* setPlainPassword

```
use MinimalOriginal\SocialConnectBundle\Security\Core\User\FacebookUserInterface;

class User implements FacebookUserInterface
{
  ...
}

```

Configuration
=============

[](#configuration)

```
minimal_original_social_connect:
  auth:
    facebook:
      id: '%facebook_app_id%'
      secret: '%facebook_app_secret%'

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

3088d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

social facebook connect bundle

### Embed Badge

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

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

###  Alternatives

[fp/openid-bundle

Symfony2 OpenID security extension

5243.1k2](/packages/fp-openid-bundle)[hslavich/simplesamlphp-bundle

SimpleSAMLphp Bundle for Symfony

22199.9k](/packages/hslavich-simplesamlphp-bundle)[korotovsky/sso-sp-bundle

Single-sign-on bundle for Symfony2. Service Provider part.

3316.0k](/packages/korotovsky-sso-sp-bundle)

PHPackages © 2026

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