PHPackages                             pajaeu/socialite-seznam - 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. pajaeu/socialite-seznam

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

pajaeu/socialite-seznam
=======================

Seznam.cz provider for Laravel Socialite

v0.1.1(5mo ago)2798↓86.7%MITPHPPHP ^8.4

Since Jan 18Pushed 5mo agoCompare

[ Source](https://github.com/pajaeu/socialite-seznam)[ Packagist](https://packagist.org/packages/pajaeu/socialite-seznam)[ RSS](/packages/pajaeu-socialite-seznam/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Seznam.cz Provider for Laravel Socialite
========================================

[](#seznamcz-provider-for-laravel-socialite)

Simple package that extends Laravel Socialite with [Seznam.cz](https://vyvojari.seznam.cz/oauth) provider, it can be easily used for user authentication via Seznam.cz, which is quite common in Czechia.

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

### Install this package via composer:

[](#install-this-package-via-composer)

```
composer require pajaeu/socialite-seznam
```

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'seznam' => [
  'client_id' => env('SEZNAMCZ_CLIENT_ID'),
  'client_secret' => env('SEZNAMCZ_CLIENT_SECRET'),
  'redirect' => env('SEZNAMCZ_REDIRECT_URI')
],
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite:

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

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance71

Regular maintenance activity

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e218ad68820acf5a792ffed3063749c7a0e09def897bc69efe2c41fd4a1617fc?d=identicon)[pajjaeu](/maintainers/pajjaeu)

---

Top Contributors

[![pajaeu](https://avatars.githubusercontent.com/u/82808974?v=4)](https://github.com/pajaeu "pajaeu (3 commits)")

---

Tags

laravellaravel-packagelaravel-socialiteproviderseznamseznamczsocialitesocialite-providerlaravelprovideroauthsocialiteseznamseznamcz

###  Code Quality

Static AnalysisRector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M889](/packages/laravel-socialite)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

811334.1k3](/packages/defstudio-telegraph)

PHPackages © 2026

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