authzone-eu/oauth2-authzone

Authzone OAuth 2.0 Client Provider for the PHP League OAuth2-Client

Maintainers

Package info

github.com/authzone-eu/oauth2-authzone

pkg:composer/authzone-eu/oauth2-authzone

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-10-10 18:33 UTC

This package is not auto-updated.

Last update: 2026-03-28 19:05:16 UTC


README

This package extends PHP League's OAuth 2.0 Client package and adds support for Authzone.

Installation

Add the following to your composer.json file.

{
    "require": {
        "authzone-eu/oauth2-authzone": "^0.0"
    }
}