shahzada-saeed / laravel-socialize-wia
This package extend socialize functionality for SSO Wia
Installs: 3 031
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/shahzada-saeed/laravel-socialize-wia
Requires
- php: ^8.2
- laravel/socialite: ^5.2
This package is auto-updated.
Last update: 2025-12-24 16:42:48 UTC
README
This package is a custom Wia driver for Laravel Socialite.
Installation
You can install the package via composer:
composer require shahzada-saeed/laravel-socialize-wia
Usage
Once you install the package, add the next config values in you config/services.php configuration file:
'wia' => [ 'base_uri' => env('WIA_URI'), 'redirect' => env('WIA_REDIRECT_URI'), ],
Then, you can use the driver as you would use it in the Laravel Socialite's official documentation. Use cognito keyword when you want to instantiate the driver:
$user = Socialite::driver('wia')->user();
License
The MIT License (MIT). Please see License File for more information.