Download the PHP package ravols/socialite-seznam-driver without Composer
On this page you can find all versions of the php package ravols/socialite-seznam-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ravols/socialite-seznam-driver
More information about ravols/socialite-seznam-driver
Files in ravols/socialite-seznam-driver
Package socialite-seznam-driver
Short Description This is my package socialite-seznam-driver
License MIT
Homepage https://github.com/ravols/socialite-seznam-driver
Informations about the package socialite-seznam-driver
Laravel Socialite Seznam Driver
This package offers a Seznam.cz driver for Laravel Socialite, allowing seamless integration of OAuth in Laravel projects. It simplifies the process of leveraging Laravel Socialite for user authentication via Seznam.cz, enhancing the overall project efficiency.
Requirements
- PHP 8.3+
- Laravel 10, 11, 12 or 13
- Laravel Socialite 5
Laravel 11, 12 and 13 are covered by the test matrix. Laravel 10 remains supported by the version
constraint but is no longer exercised in CI, because Pest's nunomaduro/collision requirement
conflicts with laravel/framework <11.48.
Installation
You can install the package via composer:
Put values into config/services.php file:
Usage
Redirect to Seznam oAuth sing in page via:
After loging in on the page retrieve the user via:
Rest of the logic is depending on your project and business needs.
License
The MIT License (MIT). Please see License File for more information.
All versions of socialite-seznam-driver with dependencies
illuminate/contracts Version ^10.0||^11.0||^12.0||^13.0
laravel/socialite Version ^5.0
spatie/laravel-package-tools Version ^1.16