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

Abandoned → [iducksrl/ider-openid-client-php](/?search=iducksrl%2Fider-openid-client-php)Library[Authentication &amp; Authorization](/categories/authentication)

jlmsrl/ider-openid-client-php
=============================

IDER OpenID Generic Client for PHP

1.1.5(2y ago)084Apache-2.0PHPPHP &gt;=5.3

Since Jun 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/iDUCKsrl/ider-openid-client-php)[ Packagist](https://packagist.org/packages/jlmsrl/ider-openid-client-php)[ RSS](/packages/jlmsrl-ider-openid-client-php/feed)WikiDiscussions main Synced 3w 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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

737d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26028148?v=4)[iDuck SRL](/maintainers/iDuckSRL)[@iDuckSRL](https://github.com/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/jlmsrl-ider-openid-client-php/health.svg)

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

###  Alternatives

[jumbojett/openid-connect-php

Bare-bones OpenID Connect client

72710.7M54](/packages/jumbojett-openid-connect-php)[drenso/symfony-oidc-bundle

OpenID connect bundle for Symfony

95714.0k3](/packages/drenso-symfony-oidc-bundle)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[azimolabs/apple-sign-in-php-sdk

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

91485.4k](/packages/azimolabs-apple-sign-in-php-sdk)[clerkinc/backend-php

3377.5k](/packages/clerkinc-backend-php)

PHPackages © 2026

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