jwilsson/oauth2-client

A modern OAuth2 Client Library.

4.0.0 2023-12-02 12:29 UTC

This package is auto-updated.

Last update: 2024-03-31 13:09:52 UTC


README

Packagist build Coverage Status

Features

  • Fully supports modern OAuth2 grant types:
    • Authorization Code
    • Client Credentials
    • Proof Key for Code Exchange (PKCE)
    • Refresh Token
  • Full utilization of PSR-7, PSR-17, and PSR-18.
  • Compatible with PSR-4 autoloading.

Requirements

Installation

Via Composer:

composer require jwilsson/oauth2-client

Usage

See the docs folder for complete usage information.

Related