PHPackages                             kapilpatel20/bvi-googleplus - 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. kapilpatel20/bvi-googleplus

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

kapilpatel20/bvi-googleplus
===========================

Google plus signin and singup features

010PHP

Since Aug 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kapilpatel20/bvi-googleplus)[ Packagist](https://packagist.org/packages/kapilpatel20/bvi-googleplus)[ RSS](/packages/kapilpatel20-bvi-googleplus/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

***Documentation***\*

### Step1 : create google plus client id from

[](#step1--create-google-plus-client-id--from-httpsconsoledevelopersgooglecomapiscredentials)

### Step2 : Run below command to install from composer

[](#step2--run-below-command-to-install-from-composer)

```
composer require kapilpatel20/bvi-googleplus dev-master
```

Add bundle in AppKernel.php in registerBundles function

```
new FOS\UserBundle\FOSUserBundle(),
new GplusBundle\GplusBundle(),
```

### Step3 : General Settings

[](#step3--general-settings)

3.1 app/config/config.yml

```
imports:
    - { resource: '@GplusBundle/Resources/config/services.yml' }

parameters:
    google_client_id       : YOUR_GOOGLE_CLIENT_ID
    google_client_secret   : YOUR_GOOGLE_SECERT
    google_client_domain   : YOUR_DOMAIN_PATH
    google_client_redirect : REDIRECT_URI/gplus/
    google_client_after_login_redirect : REDIRECT_URI_POST_LOGIN

fos_user:
    db_driver: orm # other valid values are 'mongodb' and 'couchdb'
    firewall_name: main
    user_class: GplusBundle\Entity\User

in Global Settings param

twig:
     globals:
         google_url: 'https://accounts.google.com/o/oauth2/auth?redirect_uri=%google_client_domain%%google_client_redirect%&response_type=code&client_id=%google_client_id%&scope=https://www.googleapis.com/auth/plus.login+https://www.googleapis.com/auth/userinfo.email&access_type=offline'
```

3.2 app/config/security.yml

```
security:

	encoders:
        FOS\UserBundle\Model\UserInterface: bcrypt

    providers:
        chain_provider:
            chain:
                providers: [fos_userbundle]
        fos_userbundle:
            id: fos_user.user_provider.username_email
```

3.3 app/config/routing.yml

```
gplus:
    resource: "@GplusBundle/Resources/config/routing.yml"
    prefix:   /gplus/
```

### Step4: Add Google plus button in html twig file

[](#step4-add-google-plus-button-in-html-twig-file)

```
Connect with Google
```

### Step5: Generate tables with following command

[](#step5-generate-tables-with-following-command)

```
php app/console doctrine:schema:update --force
```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![rahultrivedi20](https://avatars.githubusercontent.com/u/38950116?v=4)](https://github.com/rahultrivedi20 "rahultrivedi20 (5 commits)")

### Embed Badge

![Health badge](/badges/kapilpatel20-bvi-googleplus/health.svg)

```
[![Health](https://phpackages.com/badges/kapilpatel20-bvi-googleplus/health.svg)](https://phpackages.com/packages/kapilpatel20-bvi-googleplus)
```

###  Alternatives

[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)[firemultimedia/mautic-multi-captcha-bundle

This plugin brings Google's reCAPTCHA, hCaptcha, and Cloudflare Turnstile integration to mautic.

151.4k](/packages/firemultimedia-mautic-multi-captcha-bundle)

PHPackages © 2026

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