PHPackages                             rchntrl/silverstripe-vk-connect - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rchntrl/silverstripe-vk-connect

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

rchntrl/silverstripe-vk-connect
===============================

Integration of VK Connect into SilverStripe

0221PHP

Since Feb 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/rchntrl/silverstripe-vk-connect)[ Packagist](https://packagist.org/packages/rchntrl/silverstripe-vk-connect)[ RSS](/packages/rchntrl-silverstripe-vk-connect/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

silverstripe-vk-connect
=======================

[](#silverstripe-vk-connect)

Integration of Vk Connect into SilverStripe. (Inspired from \* [`Facebook Connect Integration Module`](https://github.com/rchntrl/silverstripe-facebookconnect))

Maintainer Contact
------------------

[](#maintainer-contact)

- Nurgazy Sarbalaev &lt;archantyrael (at) gmail (dot) com&gt;

Requirements
------------

[](#requirements)

- SilverStripe 3.1

Overview
--------

[](#overview)

The module provides a **basic** interface which allows users to login to your website using their Vkontakte account details, creating a single sign-on within the existing SilverStripe member system.

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

[](#installation)

composer require "rchntrl/silverstripe-vkconnect" "dev-master"

```

[Register your website / application](https://vk.com/editapp?act=create)
 with vk.com

Set your configuration through the SilverStripe Config API. For example I keep
my configuration in `mysite/_config/vkconnect.yml` file:

```

VkControllerExtension: app\_id: 'MyAppID' api\_secret: 'Secret'

```

Update the database by running `/dev/build` to add the additional fields to
the `Member` table and make sure you `?flush=1` when you reload your website.

```

[Login via Vk]($VkLoginLink)

```

### Options

All the following values are set either via the Config API like follows

  Config::inst()->update('VkControllerExtension', '$option', '$value')

Or (more recommended) through the YAML API

  VkControllerExtension:
    option: value

### app_id

Your app id. Found on the VK Developer Page.

### api_secret

VK API secret. Again, from your Application page.

### create_member

  Optional, default: true

Whether or not to create a `Member` record in the database with the users
information. If you disable this, ensure your code uses $CurrentVkMember
rather than $Member. Other access functionality (such as admin access) will not
work.

### member_groups

  Optional, default ''

A list of group codes to add the user. For instance if you want every member who
joins through VK to be added to a group `VK Members` set the
following:

  VkControllerExtension:
    member_groups:
      - vk_members

### permissions

  Optional, default 'email'

## License

Released under the BSD-3-Clause License.

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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/362b7ccd9f1cd763d327e41cf127c03f29c0b2e23f8f32d03f12a46267824355?d=identicon)[rchntrl](/maintainers/rchntrl)

---

Top Contributors

[![rchntrl](https://avatars.githubusercontent.com/u/2617406?v=4)](https://github.com/rchntrl "rchntrl (14 commits)")

### Embed Badge

![Health badge](/badges/rchntrl-silverstripe-vk-connect/health.svg)

```
[![Health](https://phpackages.com/badges/rchntrl-silverstripe-vk-connect/health.svg)](https://phpackages.com/packages/rchntrl-silverstripe-vk-connect)
```

###  Alternatives

[spatie/commonmark-highlighter

Highlight your markdown code blocks with league/commonmark

138400.5k19](/packages/spatie-commonmark-highlighter)

PHPackages © 2026

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