PHPackages                             kronos/oauth2-providers - 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. kronos/oauth2-providers

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

kronos/oauth2-providers
=======================

Kronos OAuth2 providers for https://github.com/thephpleague/oauth2-client

v3.8.0(2y ago)06.5k[1 issues](https://github.com/kronostechnologies/oauth2-providers/issues)[2 PRs](https://github.com/kronostechnologies/oauth2-providers/pulls)MITPHPPHP ^8.1

Since Dec 22Pushed 2y ago25 watchersCompare

[ Source](https://github.com/kronostechnologies/oauth2-providers)[ Packagist](https://packagist.org/packages/kronos/oauth2-providers)[ Docs](https://github.com/kronostechnologies/oauth2-providers)[ RSS](/packages/kronos-oauth2-providers/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (10)Versions (40)Used By (0)

oauth2-providers
================

[](#oauth2-providers)

Equisoft OAuth2 providers for

- Auth0
- Google
- Microsoft
- OpenId

### Note for the Microsoft provider

[](#note-for-the-microsoft-provider)

The Microsoft provider is able to connect to both version 1 and 2 of the Identity Platform (Azure). To use a specific version, the provider must be instantiated with the appropriate option:

```
$provider = new MicrosoftProvider([
    'version' => MicrosoftProvider::VERSION_2_0,
]);
```

Also, for the `email` claim to be available in the Resource Owner, the optional `email` scope must be included. It can be added using the `scopes` option during instanciation, or it can be part of the options passed during subsequent token requests ().

For additional configuration options, check the documentation of the provider:

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor3

3 contributors hold 50%+ of commits

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

Recently: every ~63 days

Total

35

Last Release

814d ago

Major Versions

v0.15.0 → v1.0.02020-03-22

v1.0.1 → v2.0.02022-05-19

v2.0.0 → v3.0.02022-06-30

PHP version history (5 changes)0.1.0PHP ^5.6

v0.13.0PHP &gt;=5.6

v1.0.0PHP &gt;=7.2

v2.0.0PHP ^7.4 || ^8.1

v3.1.2PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/70e2f4ac35b1164e0b25f0121521a4f0c2dccbbe380899ca2a35341e84008067?d=identicon)[jbreton](/maintainers/jbreton)

![](https://www.gravatar.com/avatar/0c5e27d32a9bab2eeb8f759a14ca15d058b35e33b7c31b868678c8f28177ec4f?d=identicon)[mdemers](/maintainers/mdemers)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (60 commits)")[![mdemers-kronos](https://avatars.githubusercontent.com/u/13419335?v=4)](https://github.com/mdemers-kronos "mdemers-kronos (36 commits)")[![bboivinkr](https://avatars.githubusercontent.com/u/26065373?v=4)](https://github.com/bboivinkr "bboivinkr (28 commits)")[![etremblay](https://avatars.githubusercontent.com/u/617714?v=4)](https://github.com/etremblay "etremblay (22 commits)")[![jbreton](https://avatars.githubusercontent.com/u/617954?v=4)](https://github.com/jbreton "jbreton (18 commits)")[![pylafleur](https://avatars.githubusercontent.com/u/1416333?v=4)](https://github.com/pylafleur "pylafleur (8 commits)")[![mdastous](https://avatars.githubusercontent.com/u/39062062?v=4)](https://github.com/mdastous "mdastous (8 commits)")[![meriouma](https://avatars.githubusercontent.com/u/1082552?v=4)](https://github.com/meriouma "meriouma (5 commits)")[![LeSDT](https://avatars.githubusercontent.com/u/1918430?v=4)](https://github.com/LeSDT "LeSDT (1 commits)")[![antoinedeschenes](https://avatars.githubusercontent.com/u/6216119?v=4)](https://github.com/antoinedeschenes "antoinedeschenes (1 commits)")[![Chris-V](https://avatars.githubusercontent.com/u/1116964?v=4)](https://github.com/Chris-V "Chris-V (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![GTony](https://avatars.githubusercontent.com/u/6396422?v=4)](https://github.com/GTony "GTony (1 commits)")[![alexbrillant](https://avatars.githubusercontent.com/u/19400226?v=4)](https://github.com/alexbrillant "alexbrillant (1 commits)")[![nvanheuverzwijn](https://avatars.githubusercontent.com/u/943226?v=4)](https://github.com/nvanheuverzwijn "nvanheuverzwijn (1 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

---

Tags

provideroauth2oauth2-clientkronos

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kronos-oauth2-providers/health.svg)

```
[![Health](https://phpackages.com/badges/kronos-oauth2-providers/health.svg)](https://phpackages.com/packages/kronos-oauth2-providers)
```

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k272.7M162](/packages/google-auth)[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

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

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[league/oauth2-google

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

41721.2M119](/packages/league-oauth2-google)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[civicrm/civicrm-core

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

728272.9k17](/packages/civicrm-civicrm-core)

PHPackages © 2026

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