Registry / auth / hybridauth-hybridauth

hybridauth-hybridauth

JSON →
library3.13.0phppackagistunverified

PHP Social Authentication Library.

composer require hybridauth/hybridauth
INSTALL
IMPORT
SIG · HYBRIDAUTH-HYBRIDA
H
hybridauth-hybridauth
authphpv3.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hybridauth
use Hybridauth\Hybridauth;

Authenticate a user via Google OAuth.

use Hybridauth\Hybridauth; $config = [ 'callback' => 'https://example.com/callback', 'providers' => [ 'Google' => [ 'enabled' => true, 'keys' => ['id' => '...', 'secret' => '...'], ], ], ]; $hybridauth = new Hybridauth($config); $adapter = $hybridauth->authenticate('Google'); $userProfile = $adapter->getUserProfile();
Debug
Known issues
breakingBreaking change in v3: providers are now classes, not strings.
fix
Update provider configuration to use class names.
affects: >=3.0.0
Upgrade
Version history
3.13.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
hybridauth-hybridauth — pip install hybridauth-hybridauth · libregistry