PHPackages                             sloukapetr/socialite-seznam-driver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. sloukapetr/socialite-seznam-driver

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

sloukapetr/socialite-seznam-driver
==================================

This is my package socialite-seznam-driver

v1.3.1(1w ago)030MITPHPPHP ^8.2

Since Oct 12Pushed 10mo agoCompare

[ Source](https://github.com/sloukapetr/socialite-seznam-driver)[ Packagist](https://packagist.org/packages/sloukapetr/socialite-seznam-driver)[ Docs](https://github.com/sloukapetr/socialite-seznam-driver)[ GitHub Sponsors](https://github.com/Ravols)[ RSS](/packages/sloukapetr-socialite-seznam-driver/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (8)Versions (9)Used By (0)

Laravel Socialite Seznam Driver
===============================

[](#laravel-socialite-seznam-driver)

[![image](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465) [![image](https://camo.githubusercontent.com/d282cc3193faee11ee32307d0c4c9d809e8fafa4b3a8c12c6afbf35d4f7ec617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/d282cc3193faee11ee32307d0c4c9d809e8fafa4b3a8c12c6afbf35d4f7ec617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)

This package offers a [Seznam.cz](https://www.seznam.cz) driver for [Laravel Socialite](https://laravel.com/docs/11.x/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.

This is updated version to work with PHP 8.2 and Laravel 12.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require sloukapetr/socialite-seznam-driver
```

Put values into config/services.php file:

```
'seznam' => [
    'client_id' => env('SEZNAM_OAUTH_CLIENT_ID'),
    'client_secret' => env('SEZNAM_OAUTH_SECRET'),
    'redirect' => env('SEZNAM_OAUTH_REDIRECT'),
];
```

Usage
-----

[](#usage)

Redirect to Seznam oAuth sing in page via:

```
return Socialite::driver('seznam')->redirect();
```

After loging in on the page retrieve the user via:

```
 $user = Socialite::driver('seznam')->stateless()->user();
```

Rest of the logic is depending on your project and business needs.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance74

Regular maintenance activity

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Recently: every ~73 days

Total

8

Last Release

10d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09b504a2bdf0332bb67282654a9e274e16215e878b636924a61e409bbe0c470d?d=identicon)[sloukapetr](/maintainers/sloukapetr)

---

Top Contributors

[![sloukapetr](https://avatars.githubusercontent.com/u/1348911?v=4)](https://github.com/sloukapetr "sloukapetr (19 commits)")[![rudolfbruder](https://avatars.githubusercontent.com/u/56951790?v=4)](https://github.com/rudolfbruder "rudolfbruder (5 commits)")

---

Tags

laravelseznamSeznam Socialitesocialite-seznam-driversloukapetr

### Embed Badge

![Health badge](/badges/sloukapetr-socialite-seznam-driver/health.svg)

```
[![Health](https://phpackages.com/badges/sloukapetr-socialite-seznam-driver/health.svg)](https://phpackages.com/packages/sloukapetr-socialite-seznam-driver)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

13.0k107.5M1.6k](/packages/spatie-laravel-permission)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[spatie/laravel-passkeys

Use passkeys in your Laravel app

4721.0M48](/packages/spatie-laravel-passkeys)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

25060.1k](/packages/vormkracht10-laravel-mails)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1614.1k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
