PHPackages                             biigle/auth-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/auth-haai

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

biigle/auth-haai
================

BIIGLE module to offer authentication via Helmholtz AAI.

v1.2(7mo ago)0905GPL-3.0-onlyPHPCI passing

Since Jul 11Pushed 7mo agoCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

BIIGLE Helmholtz AAI Module
===========================

[](#biigle-helmholtz-aai-module)

[![Test status](https://github.com/biigle/auth-haai/workflows/Tests/badge.svg)](https://github.com/biigle/auth-haai/actions?query=workflow%3ATests)

This is a BIIGLE module that provides authentication via [Helholtz AAI](https://hifis.net/aai/).

Information on how to register your BIIGLE instance as a new service to Helmholtz AAI can be found [here](https://hifis.net/doc/helmholtz-aai/howto-services/).

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

[](#installation)

1. Run `composer require biigle/auth-haai`.
2. Run `php artisan vendor:publish --tag=public` to refresh the public assets of the modules. Do this for every update of this module.
3. Configure your Helmholtz AAI credentials in `config/services.php` like this: ```
    'haai' => [
        'client_id' => env('HAAI_CLIENT_ID'),
        'client_secret' => env('HAAI_CLIENT_SECRET'),
        'redirect' => '/auth/haai/callback',
    ],
    ```
4. Run the database migrations with `php artisan migrate`.

Developing
----------

[](#developing)

Take a look at the [development guide](https://github.com/biigle/core/blob/master/DEVELOPING.md) of the core repository to get started with the development setup.

Want to develop a new module? Head over to the [biigle/module](https://github.com/biigle/module) template repository.

Contributions and bug reports
-----------------------------

[](#contributions-and-bug-reports)

Contributions to BIIGLE are always welcome. Check out the [contribution guide](https://github.com/biigle/core/blob/master/CONTRIBUTING.md) to get started.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance62

Regular maintenance activity

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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 ~38 days

Total

3

Last Release

234d 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 (9 commits)")

---

Tags

biiglebiigle-module

### Embed Badge

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

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

###  Alternatives

[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[openeuropa/oe_authentication

Authentication against the OpenEuropa Authentication service.

17314.8k2](/packages/openeuropa-oe-authentication)

PHPackages © 2026

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