svycka / social-user
This module adds custom grant types for oauth2-server-php to allow login with social services like google or facebook.
3.0.0
2022-07-01 06:20 UTC
Requires
- php: ^8.0
- ext-json: *
- bshaffer/oauth2-server-php: ^1.11
- laminas/laminas-servicemanager: ^3.4.0
Requires (Dev)
- doctrine/orm: ^2.7.4
- guzzlehttp/guzzle: ^7.4
- laminas/laminas-modulemanager: ^2.7
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: ^3.5.3
Suggests
- doctrine/orm: Required, if you will use Doctrine for storage
- guzzlehttp/guzzle: Required, if you will use Google or Facebook grant type
- laminas/laminas-modulemanager: Required, if you will use laminas-mvc
This package is auto-updated.
Last update: 2024-10-29 04:53:00 UTC
README
This module adds custom grant types for oauth2-server-php to allow login with social services like google or facebook.
Install
Via Composer
$ composer require svycka/social-user
Basic Usage
- Register
Svycka\SocialUser
as module inconfig/application.config.php
- Copy the file located in
vendor/svycka/social-user/data/social_user.local.php.dist
toconfig/autoload/social_user.local.php
and change the values as you wish
Change log
Please see CHANGELOG for more information what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.