Download the PHP package dotkernel/dot-auth-social without Composer
On this page you can find all versions of the php package dotkernel/dot-auth-social. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dot-auth-social
dot-auth-social
dot-auth-social is a wrapper on top of thephpleague/oauth2-client social providers.
dot-auth-social badges
Requirements
- PHP >= 8.1
Installation
Run the following command in your project directory
After installing, add the ConfigProvider
class to your configuration aggregate.
Create a new file social-authentication.global.php
in config/autoload
with the following contents :
Note : Don't forger to put your credentials in the array
Usage
In this example we will create a new controller, but you can use an existing one too.
Create a factory for the controller:
Make sure to register your controller with the factory in ConfigProvider
.
All versions of dot-auth-social with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1.0 || ~8.2.0 || ~8.3.0
laminas/laminas-servicemanager Version ^3.22
league/oauth2-facebook Version ^2.2
league/oauth2-client Version ^2.6
laminas/laminas-servicemanager Version ^3.22
league/oauth2-facebook Version ^2.2
league/oauth2-client Version ^2.6
The package dotkernel/dot-auth-social contains the following files
Loading the files please wait ....