Registry / auth / socialiteproviders-google

socialiteproviders-google

JSON →
library4.1.0phppackagistunverified

Google OAuth2 Provider for Laravel Socialite enabling Google login integration.

composer require socialiteproviders/google
INSTALL
IMPORT
SIG · SOCIALITEPROVIDERS
S
socialiteproviders-google
authphpv4.1.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.

Provider
use SocialiteProviders\Google\Provider;

Configures and uses the Google OAuth2 provider for Laravel Socialite.

use SocialiteProviders\Google\Provider; // Add to config/services.php 'google' => [ 'client_id' => env('GOOGLE_CLIENT_ID'), 'client_secret' => env('GOOGLE_CLIENT_SECRET'), 'redirect' => env('GOOGLE_REDIRECT_URI'), ], // In controller return Socialite::driver('google')->redirect();
Debug
Known issues
breakingRequires Socialite package to be installed
fix
Install laravel/socialite via Composer
affects: *
Upgrade
Version history
4.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Resources
socialiteproviders-google — pip install socialiteproviders-google · libregistry