PHPackages                             uptime-development/laravel-socialite-criipto - 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. uptime-development/laravel-socialite-criipto

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

uptime-development/laravel-socialite-criipto
============================================

A custom Criipto driver for Laravel Socialite

v1.0.3(3y ago)45.2k↓39.6%3[1 PRs](https://github.com/uptime-development/laravel-socialite-criipto/pulls)MITPHPPHP ^7.3|^8.0

Since Nov 3Pushed 3y ago2 watchersCompare

[ Source](https://github.com/uptime-development/laravel-socialite-criipto)[ Packagist](https://packagist.org/packages/uptime-development/laravel-socialite-criipto)[ RSS](/packages/uptime-development-laravel-socialite-criipto/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

Criipto driver for Laravel Socialite
====================================

[](#criipto-driver-for-laravel-socialite)

This package is a custom Criipto driver for Laravel Socialite. This packages may be used for authenticating users with MitID

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

[](#installation)

You can install the package via composer:

```
composer require uptime-development/laravel-socialite-criipto
```

Usage
-----

[](#usage)

Once you install the package, you will ned to create a account on

Add the config values in you `config/services.php` configuration file from the newly created account:

```
'criipto' => [
    'base_uri' => env('CRIIPTO_URI'),
    'client_id' => env('CRIIPTO_CLIENT_ID'),
    'client_secret' => env('CRIIPTO_CLIENT_SECRET'),
    'redirect' => env('CRIIPTO_REDIRECT_URI'),
],
```

You can nowuse the driver as you would use it in the Laravel Socialite's official [documentation](https://laravel.com/docs/8.x/socialite). Use `criipto` keyword when you want to use the driver followed with the extra parameter to define the [acr\_values](https://docs.criipto.com/how-to/acr-values)

```
Route::get('/auth/redirect', function () {
    return Socialite::driver('criipto')
            ->with(['acr_values' => 'urn:grn:authn:dk:mitid:low'])
            ->redirect();
});
```

```
Route::get('/auth/callback', function () {
    $user = Socialite::driver('criipto')->user();
    dd($user);
});
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security related issues, please email

License
-------

[](#license)

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

Todo
----

[](#todo)

\[ \] Github Action - Should run tests and php-cs-fixer

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~159 days

Total

4

Last Release

1180d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/959057773bb0eb5aa910f55c34bae484c07ebb1d70b703dcf2b9fdcb7bef49c4?d=identicon)[anders.andersen](/maintainers/anders.andersen)

---

Top Contributors

[![a-bashtannik](https://avatars.githubusercontent.com/u/2712350?v=4)](https://github.com/a-bashtannik "a-bashtannik (6 commits)")[![andersmandersen](https://avatars.githubusercontent.com/u/4599641?v=4)](https://github.com/andersmandersen "andersmandersen (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/uptime-development-laravel-socialite-criipto/health.svg)

```
[![Health](https://phpackages.com/badges/uptime-development-laravel-socialite-criipto/health.svg)](https://phpackages.com/packages/uptime-development-laravel-socialite-criipto)
```

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k272.7M162](/packages/google-auth)[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42542.0M544](/packages/socialiteproviders-manager)[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[robsontenorio/laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel

5161.1M3](/packages/robsontenorio-laravel-keycloak-guard)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)

PHPackages © 2026

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