PHPackages                             biigle/laravel-socialite-haai - 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. biigle/laravel-socialite-haai

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

biigle/laravel-socialite-haai
=============================

Helmholtz AAI OAuth2 Provider for Laravel Socialite

v1.2(7mo ago)06941MITPHPPHP ^8.0

Since Sep 26Pushed 7mo agoCompare

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

READMEChangelog (3)Dependencies (1)Versions (5)Used By (1)

Laravel Socialite Helmholtz AAI provider
========================================

[](#laravel-socialite-helmholtz-aai-provider)

This is a Laravel Socialite provider for Helmholtz AAI.

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

[](#installation)

Install the package:

```
composer require biigle/laravel-socialite-haai
```

Add the entry to `config/services.php`:

```
'haai' => [
  'client_id' => env('HAAI_CLIENT_ID'),
  'client_secret' => env('HAAI_CLIENT_SECRET'),
  'redirect' => env('HAAI_REDIRECT_URI'),
],
```

Usage
-----

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

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

### Returned User Fields

[](#returned-user-fields)

- `id`
- `name`
- `given_name`
- `family_name`
- `email`

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance63

Regular maintenance activity

Popularity18

Limited adoption so far

Community8

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

3

Last Release

228d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (5 commits)")

---

Tags

laravelprovideroauthsocialitelogin

### Embed Badge

![Health badge](/badges/biigle-laravel-socialite-haai/health.svg)

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

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)

PHPackages © 2026

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