Skip to content

miniOrangeDev/miniOrange-PHP-OAuth-Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP OAuth Connector

The PHP OAuth Connector library provides an easy-to-use interface for implementing OAuth 2.0 authentication in PHP applications. Whether you are working with implicit grant, authorization code, or password grant, this library simplifies the integration process and handles token generation, verification, and user authentication.

Features

  • Supports multiple OAuth 2.0 grant types:

  • Implicit Grant

  • Authorization Code Grant

  • Password Grant

  • PKCE (Proof Key for Code Exchange)

  • Easy setup and configuration

  • Token validation using a PEM certificate

  • Compatible with all major PHP frameworks (Laravel, Yii, Symfony, etc.)

Autoload support with Composer

Usage

refer document

Requirements

  • PHP 8.1 or later

  • Composer for managing dependencies

Supported Grant Types

  • Implicit Grant
  • Authorization Code Grant
  • Password Grant
  • PKCE (Proof Key for Code Exchange)

License

This library is open-sourced software licensed under the MIT license.

for more details check user guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages