yiirocks/voyti-social-auth

Social/OAuth2 login addon for Voyti: sign in and register via Google, GitHub, Facebook, and more

Maintainers

Package info

github.com/YiiRocks/voyti-social-auth

Homepage

pkg:composer/yiirocks/voyti-social-auth

Transparency log

Fund package maintenance!

YiiRocks

Statistics

Installs: 47

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 0

dev-main / 1.0.x-dev 2026-08-17 11:06 UTC

This package is auto-updated.

Last update: 2026-08-17 11:09:15 UTC


README

The optional social-login addon for Voyti, the Yii3 user-management extension. It adds sign-in and registration via Google, GitHub, Facebook, and any other provider supported by yiisoft/yii-auth-client, plus a settings page for connecting/disconnecting linked accounts.

Packagist Version PHP from Packagist Packagist GitHub License GitHub Workflow Status

Stats for Nerds

Coverage MSI Tests Assertions

Overview

This package is the OAuth2/social-login half of Voyti: it builds on yiisoft/yii-auth-client to let guests log in or register through a third-party provider, links provider identities to existing accounts, and owns the user_social_account table. Core stays fully functional without it — no social login buttons or routes appear until this package is installed.

Installation

composer require yiirocks/voyti-social-auth

Documentation

The complete reference guide is available at Yii.Rocks.