yiirocks / voyti-social-auth
Social/OAuth2 login addon for Voyti: sign in and register via Google, GitHub, Facebook, and more
Fund package maintenance!
Requires
- php: >=8.3
- yiirocks/voyti: ^1.0
- yiisoft/yii-auth-client: dev-master
Requires (Dev)
- ext-pdo_sqlite: *
- friendsofphp/php-cs-fixer: @stable
- infection/infection: ^0.34.0
- nyholm/psr7: ^1.8
- phpunit/phpunit: @stable
- rector/rector: ^2.1.1
- vimeo/psalm: ^6.0
- yiisoft/code-style: ^1.1
- yiisoft/config: ^1.6
- yiisoft/db-sqlite: ^2.0
- yiisoft/di: *
- yiisoft/router-fastroute: ^4.0
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.
Stats for Nerds
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.