PHPackages                             iducksrl/ider-openid-client-php - 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. iducksrl/ider-openid-client-php

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

iducksrl/ider-openid-client-php
===============================

IDER OpenID Generic Client for PHP

1.1.5(1y ago)013Apache-2.0PHPPHP &gt;=5.3

Since Jun 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iDuckSRL/ider-openid-client-php)[ Packagist](https://packagist.org/packages/iducksrl/ider-openid-client-php)[ RSS](/packages/iducksrl-ider-openid-client-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

IDER OpenID Generic Client for PHP
==================================

[](#ider-openid-generic-client-for-php)

A simple library that allows an application to authenticate a user through the IDer authentication platform. This library hopes to encourage OpenID Connect use by making it simple enough for a developer with little knowledge of the OpenID Connect protocol to setup authentication.

This work is based on OpenIDConnectClient for PHP5 by Michael Jett. Thanks.

Requirements
============

[](#requirements)

1. PHP 5.4 or greater
2. CURL extension
3. JSON extension

Install
-------

[](#install)

1. Install library using composer

```
composer require iducksrl/ider-openid-client-php

```

2. Include composer autoloader

```
require '/vendor/autoload.php';
```

Example 1: Basic Client
-----------------------

[](#example-1-basic-client)

```
// Set a log file
\IDERConnect\IDEROpenIDClient::$IDERLogFile = './ider-connect.log';

// Instanziate
$iderconnect = new \IDERConnect\IDEROpenIDClient($client_id, $client_secret, $extra_scopes);

// Set extra scopes or reset it
$iderconnect->setScope('my_extra_scope');

// Connect
$iderconnect->authenticate();

// Request user info
$userInfo = $iderconnect->requestUserInfo();
```

[See openid spec for available user attributes](http://openid.net/specs/openid-connect-basic-1_0-15.html#id_res)

Example 2: Network and Security
-------------------------------

[](#example-2-network-and-security)

```
// Configure a proxy
$oidc->setHttpProxy("http://my.proxy.com:80/");
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 56.7% 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 ~426 days

Recently: every ~507 days

Total

7

Last Release

686d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/682645b5eecd93170531029032fbc955243d7364daa792607767b50f4468e52d?d=identicon)[iDuckSRL](/maintainers/iDuckSRL)

---

Top Contributors

[![iDuckSRL](https://avatars.githubusercontent.com/u/26028148?v=4)](https://github.com/iDuckSRL "iDuckSRL (17 commits)")[![EmanueleCoppola](https://avatars.githubusercontent.com/u/12816305?v=4)](https://github.com/EmanueleCoppola "EmanueleCoppola (9 commits)")[![dannoso](https://avatars.githubusercontent.com/u/1688537?v=4)](https://github.com/dannoso "dannoso (4 commits)")

### Embed Badge

![Health badge](/badges/iducksrl-ider-openid-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/iducksrl-ider-openid-client-php/health.svg)](https://phpackages.com/packages/iducksrl-ider-openid-client-php)
```

###  Alternatives

[jumbojett/openid-connect-php

Bare-bones OpenID Connect client

7169.8M38](/packages/jumbojett-openid-connect-php)[azimolabs/apple-sign-in-php-sdk

Library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.

92463.9k](/packages/azimolabs-apple-sign-in-php-sdk)[strobotti/php-jwk

A small PHP library to handle JWKs (Json Web Keys)

24880.8k7](/packages/strobotti-php-jwk)[clerkinc/backend-php

2755.0k](/packages/clerkinc-backend-php)[jakub-onderka/openid-connect-php

Bare-bones OpenID Connect client

1151.4k](/packages/jakub-onderka-openid-connect-php)

PHPackages © 2026

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