hapasoft / extend-socialite
It it the extended version of laravel socialite.
Requires
- php: ^8.1
- laravel/socialite: ^5.16
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-06-17 10:52:55 UTC
README
This package is extending the feature of retrieve data from token using getUserFromToken($token) method. By this it is easier to get user data from api end. Other then that all the functions and methods can be used as Socialite package do. It it not not limited it is an extended version of Socialite.
Installation
You can install the package via composer:
composer require hapasoft/extend-socialite
Usage
$user = Socialite::driver($provider)->getUserFromToken($token);
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email hafijur300000@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.