ailove-dev/vk-bundle

There is no license information available for the latest version (1.0) of this package.

vk authentication bundle via FOSUserBundle

Installs: 126

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 13

Forks: 1

Open Issues: 0

Type:symfony-bundle

1.0 2012-12-25 13:48 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:32:45 UTC


README

Bundle for an authentication via VKontakte social network

To get several providers work together you should use chain provider:

    providers:
        chain_provider:
            chain:
                providers: [ fos_userbundle, vk_provider ]
        fos_userbundle:
            id: fos_user.user_provider.username_email
        vk_provider:
            id: vk.user.provider