PHPackages                             sgomez/simplesamlphp-module-openidsir - 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. sgomez/simplesamlphp-module-openidsir

ActiveSimplesamlphp-module[Authentication &amp; Authorization](/categories/authentication)

sgomez/simplesamlphp-module-openidsir
=====================================

A SimpleSAMLphp filter for SIR OpenID attributes.

1.0.1(10y ago)029LGPL-2.1PHP

Since Feb 28Pushed 10y agoCompare

[ Source](https://github.com/sgomez/simplesamlphp-module-openidsir)[ Packagist](https://packagist.org/packages/sgomez/simplesamlphp-module-openidsir)[ RSS](/packages/sgomez-simplesamlphp-module-openidsir/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

SimpleSAMLphp Composer SIR OpenID filter module
===============================================

[](#simplesamlphp-composer-sir-openid-filter-module)

This package adds a filter for SIR OpenID attributes through a SimpleSAMLphp module installable through [Composer](https://getcomposer.org/). Installation can be as easy as executing:

```
composer.phar require sgomez/simplesamlphp-module-openidsir ~1.0@dev

```

How to use
----------

[](#how-to-use)

Add this to your IdP definition:

```
'authproc' => array(
    10 => 'openidsir:OpenID',
),

```

If your [SIR OpenID](https://www.rediris.es/sir/howto-openid.html) is:

```
http://yo.rediris.es/soy/usuario@institucion.org/

```

You will receive this attributes:

```
"mail" => [
  0 => "usuario@institucion.org"
],
"uid" => [
  0 => "usuario"
],
"sHO" => [
  0 => "institucion.org"
]

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3732d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1123372?v=4)[decano](/maintainers/decano)[@decano](https://github.com/decano)

---

Top Contributors

[![sgomez](https://avatars.githubusercontent.com/u/580701?v=4)](https://github.com/sgomez "sgomez (2 commits)")

---

Tags

oauth2

### Embed Badge

![Health badge](/badges/sgomez-simplesamlphp-module-openidsir/health.svg)

```
[![Health](https://phpackages.com/badges/sgomez-simplesamlphp-module-openidsir/health.svg)](https://phpackages.com/packages/sgomez-simplesamlphp-module-openidsir)
```

###  Alternatives

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[league/oauth2-client

OAuth 2.0 Client Library

3.8k118.6M1.2k](/packages/league-oauth2-client)[google/auth

Google Auth Library for PHP

1.4k272.7M162](/packages/google-auth)[knpuniversity/oauth2-client-bundle

Integration with league/oauth2-client to provide services

83416.7M61](/packages/knpuniversity-oauth2-client-bundle)[league/oauth2-google

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

41721.2M118](/packages/league-oauth2-google)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)

PHPackages © 2026

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