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

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

akuma/social-bundle
===================

Akuma Social Bundle

1.0.1(11y ago)0291MITPHPPHP &gt;=5.4

Since Mar 23Pushed 8y agoCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (1)

AkumaSocialBundle
=================

[](#akumasocialbundle)

### Facebook:

[](#facebook)

-
- App Settings Set Email
- App review-status Go Live

### Google:

[](#google)

-
- Configure "permissions" if needed
- Enabled "Google+ API"
- Create new credentials "Web Application" type

### Microsoft:

[](#microsoft)

-
- Configure "API Settings" set to "Yes" =&gt; "Mobile or desktop client app"
- Configure redirect urls by default application generates urls like http(s)://YOUR\_DOMAIN/\[SOCIAL\_NAME\]/connect, example :

```
#parameters.yml.dist:
parameters:
    #Akuma Social Params
    #Facebook
    facebook_id: ''
    facebook_secret: ''
    facebook_scopes: [email, public_profile]
    #Google
    google_id: ''
    google_secret: ''
    google_scopes: [email]
```

```
#config.yml:
    akuma_social:
        facebook:
            app_id: %facebook_id%
            app_secret: %facebook_secret%
            app_scopes: %facebook_scopes%
        google:
            app_id: %google_id%
            app_secret: %google_secret%
            app_scopes: %google_scopes%
```

```
#routing.yml:
    akuma_social:
        resource: "@AkumaSocialBundle/Resources/config/routing-all.yml"
        prefix:   /
```

```
#security.yml:
    security:
        encoders:
            FOS\UserBundle\Model\UserInterface: plaintext

        providers:
            chainprovider:
                chain:
                    providers:
                        - fos_userbundle
                        - akuma_social_facebook
                        - akuma_social_google
            fos_userbundle:
                id: fos_user.user_provider.username
            akuma_social_facebook:
                id: fos_user.user_provider.username
            akuma_social_google:
                id: fos_user.user_provider.username

        firewalls:
            main:
                pattern: ^/

                akuma_social_facebook:
                    provider: akuma_social_facebook
                    login_path: /user/login
                    #TODO Add route name support
                    check_path: /facebook/connect
                    default_target_path: /

                akuma_social_google:
                    provider: akuma_social_google
                    login_path: /user/login
                    #TODO Add route name support
                    check_path: /google/connect
                    default_target_path: /

                form_login:
                      provider: fos_userbundle
                      csrf_provider: form.csrf_provider
                      login_path:     /user/login
                      use_forward:    false
                      check_path:     /user/login_check
                      failure_path:   null
                logout:
                    path: /user/logout
                anonymous: ~
                remember_me:
                      key:      "%secret%"
                      lifetime: 4147200
                      path:     /
                      domain:   ~
            dev:
                pattern: ^/(_(profiler|wdt|error)|css|images|js)/
                security: false

            default:
                anonymous: ~

        access_control:
            - { path: ^/user/login$, role: IS_AUTHENTICATED_ANONYMOUSLY }
    #        - { path: ^/secured, role: ROLE_USER }
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4075d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75abdcaa05b077ff39155d3e281bd1c52dcce0e94b30da0b8927d40ce2ff8c52?d=identicon)[inri13666](/maintainers/inri13666)

---

Top Contributors

[![inri13666](https://avatars.githubusercontent.com/u/1381253?v=4)](https://github.com/inri13666 "inri13666 (15 commits)")

---

Tags

User management

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/user-bundle

Symfony FOSUserBundle

3.2k35.4M311](/packages/friendsofsymfony-user-bundle)[2amigos/yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension

298275.5k14](/packages/2amigos-yii2-usuario)[nucleos/user-bundle

Lightweight user management for symfony

61380.7k5](/packages/nucleos-user-bundle)[tomatophp/filament-users

Manage your users with a highly customizable user resource for FilamentPHP with integration of filament-shield and filament-impersonate

90102.0k7](/packages/tomatophp-filament-users)[nucleos/profile-bundle

Registration and profile management for symfony

12218.5k1](/packages/nucleos-profile-bundle)[saeven/zf3-circlical-user

Complete user entity, rights, and access module for Laminas

3718.7k](/packages/saeven-zf3-circlical-user)

PHPackages © 2026

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